updated ombi from 4.35.8 to 4.35.9
This commit is contained in:
parent
0f2cd158ed
commit
6a43293471
1 changed files with 4 additions and 4 deletions
|
|
@ -10,14 +10,14 @@ let
|
||||||
"Unsupported system: ${stdenv.hostPlatform.system}");
|
"Unsupported system: ${stdenv.hostPlatform.system}");
|
||||||
|
|
||||||
hash = {
|
hash = {
|
||||||
x64-linux_hash = "06gawqig9630qig83is5canpqkkycix371q285748klp7bhwb4d8";
|
x64-linux_hash = "07zmh9h5cwxd9b4vf82l2hjbi2c5c1dy9qd8fs4a5szlnpbh17qs";
|
||||||
arm64-linux_hash = "14cfwzb2257i4kzm044hnp9drwqplgsh60sb9mfghs81s8pkfkkx";
|
arm64-linux_hash = "120zh83fh00fcgn8iw4mybg9x5h3rs1dm2szlphcg26a8qbi3s0f";
|
||||||
x64-osx_hash = "101fl7nfyy5jlwviimqrdqzs8k9873k0ij6iyryn4g5imx3nf99x";
|
x64-osx_hash = "0yli0q51w2vrgqpamdvbg898l4kdvcmvlzyq18kqxlf79vzw3p7q";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.35.8";
|
version = "4.35.9";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue