updated ombi from 4.28.1 to 4.29.0

This commit is contained in:
mc-fucker 2022-10-20 09:53:21 +02:00
parent ea92d201c6
commit 2e9bde02c9

View file

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