tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ombi: 4.0.1430 -> 4.0.1468
R. RyanTM
4 years ago
1b1d1499
2002a716
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
ombi
default.nix
+4
-4
pkgs/servers/ombi/default.nix
···
10
10
"Unsupported system: ${stdenv.hostPlatform.system}");
11
11
12
12
hash = {
13
13
-
x64-linux_hash = "sha256-LRScuJVI3/657RYZjY9I3rcmANaEaw48CWIYc0VWHs4=";
14
14
-
arm64-linux_hash = "sha256-k0wi8FlVnU60Cnsng6CNNfoP+UItFLj15OxsqAfkO+4=";
15
15
-
x64-osx_hash = "sha256-czcPj+PC4cfJMqYYZyVy1ReO8pqYFUqeV8o/moHuCRw=";
13
13
+
x64-linux_hash = "sha256-4kvcBRMMH4AnTKSES5Cpst/omTRXVRq1V1y/z5njKJI=";
14
14
+
arm64-linux_hash = "sha256-NLsf0ldvlKSrHJyAXv5Ar2zIetoga6iZPOGTxFOqoQQ=";
15
15
+
x64-osx_hash = "sha256-tjvGuShz/fv3qUknFVKJ+tE/bVtIyPZ7dr4JfTEcDJY=";
16
16
}."${arch}-${os}_hash";
17
17
18
18
in stdenv.mkDerivation rec {
19
19
pname = "ombi";
20
20
-
version = "4.0.1430";
20
20
+
version = "4.0.1468";
21
21
22
22
sourceRoot = ".";
23
23