munin: 2.0.74 -> 2.0.75

This commit is contained in:
R. Ryantm 2023-11-02 04:55:46 +00:00
parent 2c732a9b5a
commit d1a4d2c7d1

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 = [