updated ombi from 4.35.0 to 4.35.1

This commit is contained in:
mc-fucker 2023-01-06 14:47:41 +01:00
parent 469549e65e
commit 769eca53c2

View file

@ -10,14 +10,14 @@ let
"Unsupported system: ${stdenv.hostPlatform.system}"); "Unsupported system: ${stdenv.hostPlatform.system}");
hash = { hash = {
x64-linux_hash = "1z3p8lc2byn9bh0d915z7j74qc1y1ad97awcv4xvav0l7qsz0q95"; x64-linux_hash = "1wv2zwdxyqr0k4z3642abflhli76qs7finzy7h8hxvw8j8cklad7";
arm64-linux_hash = "05flhn2il0wnrka93vf9qn46f5lrir3sa1kkc7afxi5x03g163i9"; arm64-linux_hash = "0pf2fs0mzzpvjj35ic6a09bqq0d9r1gxgms8r3aiv052xwizfp39";
x64-osx_hash = "1wb084442hbbhpk7yvs64f8k8xjvwwr6sldb9fhsm3hppnz19icz"; x64-osx_hash = "11d75b131v9r2p43k73v2ljfsjx3x47mbnarra6myqrdq5f6pyqv";
}."${arch}-${os}_hash"; }."${arch}-${os}_hash";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "ombi"; pname = "ombi";
version = "4.35.0"; version = "4.35.1";
sourceRoot = "."; sourceRoot = ".";