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