munin: 2.0.65 -> 2.0.66

This commit is contained in:
R. RyanTM 2021-01-20 11:36:28 +00:00 committed by Bjørn Forsman
parent aaa9453327
commit fc345a51dd

View File

@ -3,14 +3,14 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.0.65"; version = "2.0.66";
pname = "munin"; pname = "munin";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "munin-monitoring"; owner = "munin-monitoring";
repo = "munin"; repo = "munin";
rev = version; rev = version;
sha256 = "0gz9kp1x39xpklq77xpm8kldsc4w87732if90w5p9pw0ip4cn6df"; sha256 = "sha256-1aikMRY1YiSQNUnYqsw1Eew9D9JHbkX+BXNCof6YK50=";
}; };
buildInputs = [ buildInputs = [