updated ombi from 4.35.16 to 4.36.0
This commit is contained in:
parent
19ae199017
commit
38fb9756c3
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 = "14xdlva2ykisx78l5qsg9hshs5c5ax1brs8q4bvpv7gxc2f584mr";
|
x64-linux_hash = "0q63aaapggvfirh1nar50c9rin47hmvi8p7skp98jqf56dj44ygf";
|
||||||
arm64-linux_hash = "0fm4cw4yq4gs288rfg0gr625bmbbrad6swxhdx4pjqri9fggzdbp";
|
arm64-linux_hash = "1xjf8mjq844fdif88j1nk5k2cgv4cw6r0nynk7zgfz433klhabmf";
|
||||||
x64-osx_hash = "131ang1i69wlcfxn03crrakrp672ydib11bi4kz6m1kfm79mi4dw";
|
x64-osx_hash = "191lqwc3la9zswlj7fhwrwwkjxjlsaig65shr29ihfpv4im7mdxn";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.35.16";
|
version = "4.36.0";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue