updated ombi from 4.31.0 to 4.32.0
This commit is contained in:
parent
f10d51fb8f
commit
f46885d932
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 = "02zv855144lm1vkq5ir5qa40f3bd51jx08hihbr8p92zm0w21i71";
|
x64-linux_hash = "1jjf9r6lybg3p120kl7gk37yv69g5i1nrc7ycfl04d86l10wp3j3";
|
||||||
arm64-linux_hash = "0czhcmfnpbcqmpvhp6wn2im4jzr51zrpf7181hdqi65sjx70rhrd";
|
arm64-linux_hash = "0ydf2n88pkn755n1d2snchkvb25y44if1ipwpmbbchg6y42q6lf7";
|
||||||
x64-osx_hash = "1jg97g5l0ccgzgvh78wk40lx0bd01yw9kjh6yh5jlfd24fa57zkl";
|
x64-osx_hash = "10gn6jdkjk1xqw6fwhzmispx6dp7y2mz5sa0pfv44w6l5b5cfc8x";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.31.0";
|
version = "4.32.0";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue