updated ombi from 4.35.5 to 4.35.6
This commit is contained in:
parent
94be939295
commit
52cd5005d6
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 = "019byp9xaqjj0kcvxrkgrq2c8ig9vmn2lpn7x5ihaqjdp6zdkghv";
|
x64-linux_hash = "19ai8arw2mzdwn63cq2mkhh6g8hylv2cp6w61j11lv22z3sbyv1p";
|
||||||
arm64-linux_hash = "1xc99wjgz0rfn4jx6x7bc71yvzlrfs755cb6w9lcjb7czjigykp7";
|
arm64-linux_hash = "003kswfd7hnhz66p33wid94jnm2f4n7jak38sam2361hp2qmxfi3";
|
||||||
x64-osx_hash = "0i7qwlafx9anw0ph3vbi1h849185fhzvqg1lmccvyhdrlnwsp7vn";
|
x64-osx_hash = "0bgzb5s3s64zyz4w1q1bymd4k77ycln8qbl94gc8285f1f2df5lj";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.35.5";
|
version = "4.35.6";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue