Merge pull request #312765 from r-ryantm/auto-update/munin

munin: 2.0.75 -> 2.0.76
This commit is contained in:
Nick Cao
2024-05-19 11:09:45 -04:00
committed by GitHub
+2 -2
View File
@@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "2.0.75";
version = "2.0.76";
pname = "munin";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "sha256-fxjF2CV5SoUTirusGQBpbNu9MYKU5yx+DHS2h0NJoic=";
sha256 = "sha256-9PfIzUObm3Nu2k2TFjbQ3cqIDkPz07ZUczEcfm3bpDc=";
};
nativeBuildInputs = [