munin: update from 2.0.17 to 2.0.19, potentially fixes CVE-2013-6048, CVE-2013-6359

This commit is contained in:
Nixpkgs Monitor 2014-01-14 11:59:41 +01:00 committed by Rob Vermaas
parent 0c6ebeb734
commit 36c0702156

View File

@ -3,12 +3,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.0.17"; version = "2.0.19";
name = "munin-${version}"; name = "munin-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/munin-monitoring/munin/archive/${version}.tar.gz"; url = "https://github.com/munin-monitoring/munin/archive/${version}.tar.gz";
sha256 = "0xfml2r6nssn3lcfqcf3yshxfijyrf9frnhdp83mg6raaznlhx1z"; sha256 = "10y9kmygd27mygvfkvn01dirb8glna9jzh140dcbci7yz7rrhdqh";
}; };
buildInputs = [ buildInputs = [