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