tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
munin: 2.0.74 -> 2.0.75
R. Ryantm
2 years ago
d1a4d2c7
2c732a9b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
monitoring
munin
default.nix
+2
-2
pkgs/servers/monitoring/munin/default.nix
···
3
}:
4
5
stdenv.mkDerivation rec {
6
-
version = "2.0.74";
7
pname = "munin";
8
9
src = fetchFromGitHub {
10
owner = "munin-monitoring";
11
repo = "munin";
12
rev = version;
13
-
sha256 = "sha256-jiAlqhJyeeoCxUYrUoPW5fdiPCtbuGwXRlmgBHYkF14=";
14
};
15
16
nativeBuildInputs = [
···
3
}:
4
5
stdenv.mkDerivation rec {
6
+
version = "2.0.75";
7
pname = "munin";
8
9
src = fetchFromGitHub {
10
owner = "munin-monitoring";
11
repo = "munin";
12
rev = version;
13
+
sha256 = "sha256-fxjF2CV5SoUTirusGQBpbNu9MYKU5yx+DHS2h0NJoic=";
14
};
15
16
nativeBuildInputs = [