munin: 2.0.69 -> 2.0.70

This commit is contained in:
R. Ryantm 2022-09-22 23:57:41 +00:00 committed by Bjørn Forsman
parent 8cc58a4b1e
commit fdecf8e9ee

View file

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "2.0.69";
version = "2.0.70";
pname = "munin";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "sha256-p273O5JLFX1dA2caV3lVVL9YNTcGMSrC7DWieUfUmqI=";
sha256 = "sha256-fczrCulKs7c9e0vKQ12bEJODr74/uBj77llqCqcPMps=";
};
nativeBuildInputs = [