updated ombi from 4.27.6 to 4.28.0
This commit is contained in:
parent
5aa6fc22e1
commit
50bcf87ea3
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 = "0psz6ffxgbf9mfhagzakpaikkkismr5bgv56b242x4yqiggsakhf";
|
x64-linux_hash = "1w0nwq0374l6ap5maq3yixf6crdq73xryp1dz5fkx2as3956y11n";
|
||||||
arm64-linux_hash = "1cfhffyiczxwp7k4qmsip6607bv47jrbcyikpabz4wa5vi9wg6g0";
|
arm64-linux_hash = "1kmw5xgyghdxy3l4p6nw7mrfis7l4m8jwh78ykbn877sl47yl9pf";
|
||||||
x64-osx_hash = "1snqm951pp66grmmb7n09cxs828g3avqpss7w0qyihigykk3623n";
|
x64-osx_hash = "00y3cgfqzwxfpd62ibhf7jmjwa202mavfd496m9gz765jslaa9l1";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.27.6";
|
version = "4.28.0";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue