updated ombi from 4.35.9 to 4.35.10

This commit is contained in:
mc-fucker 2023-02-25 22:10:39 +01:00
parent 6a43293471
commit 71545c8666

View file

@ -10,14 +10,14 @@ let
"Unsupported system: ${stdenv.hostPlatform.system}"); "Unsupported system: ${stdenv.hostPlatform.system}");
hash = { hash = {
x64-linux_hash = "07zmh9h5cwxd9b4vf82l2hjbi2c5c1dy9qd8fs4a5szlnpbh17qs"; x64-linux_hash = "1qx4xnrqadqrlplgxx0sydwb7bbrqnvhl4m5rgqx5j7c3langjm2";
arm64-linux_hash = "120zh83fh00fcgn8iw4mybg9x5h3rs1dm2szlphcg26a8qbi3s0f"; arm64-linux_hash = "0dv87ilmb80pn6ass8i76kfnf59gci5rf9drsp2n2m2wadprzqy1";
x64-osx_hash = "0yli0q51w2vrgqpamdvbg898l4kdvcmvlzyq18kqxlf79vzw3p7q"; x64-osx_hash = "0jzs2ybwgikai8v7ylfi6qy5d81ckd7q7ikr2kck6yz402din53n";
}."${arch}-${os}_hash"; }."${arch}-${os}_hash";
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "ombi"; pname = "ombi";
version = "4.35.9"; version = "4.35.10";
sourceRoot = "."; sourceRoot = ".";