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

munin: 2.0.72 -> 2.0.73
This commit is contained in:
Weijia Wang 2023-05-07 20:29:55 +03:00 committed by GitHub
commit 3eb6e03711
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.72";
version = "2.0.73";
pname = "munin";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "sha256-w2/S7MnL/LFYzNFtC2YbBjJRhVA5kLvwd3IWVHC+o9Q=";
sha256 = "sha256-KyPId549mTm/DrtityM4NHDlZt081UKwfRWS/eWQbXw=";
};
nativeBuildInputs = [