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

munin: 2.0.74 -> 2.0.75
This commit is contained in:
Nick Cao 2023-11-02 08:22:48 -04:00 committed by GitHub
commit 92a9bc8600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "2.0.74";
version = "2.0.75";
pname = "munin";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "sha256-jiAlqhJyeeoCxUYrUoPW5fdiPCtbuGwXRlmgBHYkF14=";
sha256 = "sha256-fxjF2CV5SoUTirusGQBpbNu9MYKU5yx+DHS2h0NJoic=";
};
nativeBuildInputs = [