updated ombi from 4.35.14 to 4.35.15
This commit is contained in:
parent
9f969c79b9
commit
046c9382c6
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 = "0z74lpgmibiqq6rp0x6mrq6abx8269047p72ixzlrm90ci289w03";
|
x64-linux_hash = "1063gkk8pirjsqvz5cyqvd2x6d9ifrmm0lkggskzrjykdm6wwy65";
|
||||||
arm64-linux_hash = "1mk3vfi8k3x6bcj6lyixgby4fvnc7c1wsdn6567a1dqk6p1zy2rf";
|
arm64-linux_hash = "0cfxlazmyiz14capsrq3vrvgsbkq72pfg6pgngdi1x3iqlb216n7";
|
||||||
x64-osx_hash = "18xmc7ixpschpns8sp5b0clkp1v4rs58h1f053yq7kd3crjh13dg";
|
x64-osx_hash = "0n29zrxi22gmqzj2ax9ca0kfjglc7b9bmyfwp22f7wins35lgmq3";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.35.14";
|
version = "4.35.15";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue