updated ombi from 4.33.1 to 4.35.0
This commit is contained in:
parent
fe90d853f3
commit
469549e65e
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 = "0w544zgzjqd1kbq32ad7gyr5j37hm0hflq2g67c9pv5zicxywrp8";
|
x64-linux_hash = "1z3p8lc2byn9bh0d915z7j74qc1y1ad97awcv4xvav0l7qsz0q95";
|
||||||
arm64-linux_hash = "0pj4r4p51hc2admhjwcxdwvq2d83fjzfvs52ikc5hqygs8pgxx13";
|
arm64-linux_hash = "05flhn2il0wnrka93vf9qn46f5lrir3sa1kkc7afxi5x03g163i9";
|
||||||
x64-osx_hash = "1n6dccfqdzwwisc5amlrcw2z0lvl727mlj4075qfcwb2szy634pa";
|
x64-osx_hash = "1wb084442hbbhpk7yvs64f8k8xjvwwr6sldb9fhsm3hppnz19icz";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.33.1";
|
version = "4.35.0";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue