summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-01-20 18:45:40 +0000
committerGitHub <noreply@github.com>2021-01-20 18:45:40 +0000
commit7a865aa59c21addf0e2cf5ea8741c6314d5322a2 (patch)
treeef9dfa4f83706a9c5d6ff3d81d478cd162d4b1f5
parentab9cb937c9ca921ea558f6c892797a5f2231bf09 (diff)
parent8605813232bea5f656315dbd40015be648ecc93e (diff)
Merge pull request #109965 from r-ryantm/auto-update/kcollectd
kcollectd: 0.11.99.0 -> 0.12.0
-rw-r--r--pkgs/tools/misc/kcollectd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/kcollectd/default.nix b/pkgs/tools/misc/kcollectd/default.nix
index ffc64b1455aa..e38cb6f5a791 100644
--- a/pkgs/tools/misc/kcollectd/default.nix
+++ b/pkgs/tools/misc/kcollectd/default.nix
@@ -18,12 +18,12 @@
mkDerivation rec {
pname = "kcollectd";
- version = "0.11.99.0";
+ version = "0.12.0";
src = fetchFromGitLab {
owner = "aerusso";
repo = pname;
rev = "v${version}";
- sha256 = "0h4ymvzihzbmyv3z0bp28g94wxc6c7lgi3my0xbka3advxr811gn";
+ sha256 = "sha256-Ihd4Ps4t9+sNB3joO3vTxDR/25t7Ecl6yvHQ15QiUdY=";
};
nativeBuildInputs = [