tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cingaweb2: 2.9.3 -> 2.9.4
Janne Heß
4 years ago
05bbe40f
996f991b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
icingaweb2
default.nix
+2
-2
pkgs/servers/icingaweb2/default.nix
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "icingaweb2";
5
-
version = "2.9.3";
6
7
src = fetchFromGitHub {
8
owner = "Icinga";
9
repo = "icingaweb2";
10
rev = "v${version}";
11
-
sha256 = "sha256-nPzf/SGyjEXuy0Q/Lofe1rSbW+4E6LXKzyi4np3jvF4=";
12
};
13
14
nativeBuildInputs = [ makeWrapper ];
···
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "icingaweb2";
5
+
version = "2.9.4";
6
7
src = fetchFromGitHub {
8
owner = "Icinga";
9
repo = "icingaweb2";
10
rev = "v${version}";
11
+
sha256 = "sha256:1fd5d2vhiq3s7qr4hnvnh9vv4ns7dvqwq8s67av89hjf3sqgw13j";
12
};
13
14
nativeBuildInputs = [ makeWrapper ];