Unverified Commit 32531adf authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

Merge pull request #296130 from r-ryantm/auto-update/kcollectd

kcollectd: 0.12.0 -> 0.12.1
parents 1f26e675 c122cb43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@

mkDerivation rec {
  pname = "kcollectd";
  version = "0.12.0";
  version = "0.12.1";
  src = fetchFromGitLab {
    owner = "aerusso";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Ihd4Ps4t9+sNB3joO3vTxDR/25t7Ecl6yvHQ15QiUdY=";
    sha256 = "sha256-bUVL5eRQ5UkSZo562pnyEcj0fVoSC5WHRq4BfN67jEM=";
  };

  nativeBuildInputs = [