updated ombi from 4.29.0 to 4.29.1

This commit is contained in:
mc-fucker 2022-10-23 04:18:02 +02:00
parent 2e9bde02c9
commit b1b2f0b270

View file

@ -10,14 +10,14 @@ let
"Unsupported system: ${stdenv.hostPlatform.system}"); "Unsupported system: ${stdenv.hostPlatform.system}");
hash = { hash = {
x64-linux_hash = "18kvp05l098zjw6mj20g4lcc58l3qdwgr5sr95g6g8bqv09kidf2"; x64-linux_hash = "1q1qdlsxxsx94kx4x4zmnryrb1a7qailrbmpmib87rap4fqalkis";
arm64-linux_hash = "1mzmlzzdpcpv3j1lxm92ns7yvzavzcy9rra0ki6b6zprr58z15dn"; arm64-linux_hash = "1grhc4nvwdm3zz48qwj7i3n7w3yp6fkgvwhfqjgy590p10i07vjj";
x64-osx_hash = "11bdr1in66q23ka2ixfx97j1mikm8i6mv3wmdsfaxx56qmy1ygan"; x64-osx_hash = "16l7m0s0ssk191w3cykxb5p8461x6pbpcl5yw7cw5bls0982mn82";
}."${arch}-${os}_hash"; }."${arch}-${os}_hash";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "ombi"; pname = "ombi";
version = "4.29.0"; version = "4.29.1";
sourceRoot = "."; sourceRoot = ".";