updated ombi from 4.35.1 to 4.35.2
This commit is contained in:
parent
769eca53c2
commit
c556c9c16f
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 = "1wv2zwdxyqr0k4z3642abflhli76qs7finzy7h8hxvw8j8cklad7";
|
x64-linux_hash = "1a9wj64r248100d8w69gbk610sbfiqbi10dlrpx2p4w3g9ksd7vk";
|
||||||
arm64-linux_hash = "0pf2fs0mzzpvjj35ic6a09bqq0d9r1gxgms8r3aiv052xwizfp39";
|
arm64-linux_hash = "1701b14qjrnkbpfxw1hmsi3wyhwn1fnjmq1j2d8hw9mj12gyg4wr";
|
||||||
x64-osx_hash = "11d75b131v9r2p43k73v2ljfsjx3x47mbnarra6myqrdq5f6pyqv";
|
x64-osx_hash = "143pkhj7r8dri1a5jibi8hghm27gbxxjpq1j02ysixaxhkwsbd7b";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.35.1";
|
version = "4.35.2";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue