updated ombi from 4.27.5 to 4.27.6
This commit is contained in:
parent
190f511400
commit
df07f24c4d
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 = "1q45c2mwp5aywx8aq2saq4f097d1ya68i7r2vjhp4x38krnz9r1m";
|
x64-linux_hash = "0psz6ffxgbf9mfhagzakpaikkkismr5bgv56b242x4yqiggsakhf";
|
||||||
arm64-linux_hash = "0xv4a82yglj2hrhp4wil1hgmjqq5g0jgjsr2fx0ks2sjwsc559si";
|
arm64-linux_hash = "1cfhffyiczxwp7k4qmsip6607bv47jrbcyikpabz4wa5vi9wg6g0";
|
||||||
x64-osx_hash = "00m189y9f1xgr4swz2v526d0fwcy7f6jhl3xdm3z4dxp8h4md70i";
|
x64-osx_hash = "1snqm951pp66grmmb7n09cxs828g3avqpss7w0qyihigykk3623n";
|
||||||
}."${arch}-${os}_hash";
|
}."${arch}-${os}_hash";
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "ombi";
|
pname = "ombi";
|
||||||
version = "4.27.5";
|
version = "4.27.6";
|
||||||
|
|
||||||
sourceRoot = ".";
|
sourceRoot = ".";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue