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