updated ombi from 4.42.2 to 4.43.1
This commit is contained in:
parent
529656f317
commit
78d1ff8383
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 = "0w72i74xrdcm8vzy2mp8n5dp1i84bzj77v2d3hic5zcnr9vfsrzn";
|
x64-linux_hash = "17a906grkqynwsadxa7zcr3bv8yqmqiwizw11bjahi7iha2m10l6";
|
||||||
arm64-linux_hash = "0vqhvrpzzzzkws61dsb8kp23qs6yzlcg2q3gqanx6wfl0a28jp9s";
|
arm64-linux_hash = "01fsb5fg4c8xl2mxn3ms467haax7zpzb02lq3vn8khbylw2mk5y2";
|
||||||
x64-osx_hash = "1ag34x4dl2zgpfzxzcqnacpfq1cdcf3q0f81hb7si3yd9i9rqsfq";
|
x64-osx_hash = "1qbzc4fqk9zw3m99jz49dczvl1vrzb0xjjb70b2x7j16l0bhdy45";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.42.2";
|
version = "4.43.1";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue