munin: 2.0.73 -> 2.0.74

This commit is contained in:
R. Ryantm 2023-10-11 10:35:22 +00:00 committed by Bjørn Forsman
parent 16fb0b365d
commit cb9e968437

View file

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "2.0.73";
version = "2.0.74";
pname = "munin";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "sha256-KyPId549mTm/DrtityM4NHDlZt081UKwfRWS/eWQbXw=";
sha256 = "sha256-jiAlqhJyeeoCxUYrUoPW5fdiPCtbuGwXRlmgBHYkF14=";
};
nativeBuildInputs = [