munin: update 2.0.20 -> 2.0.21 (bug fix)

This commit is contained in:
Bjørn Forsman 2014-05-25 13:55:20 +02:00
parent e1d2e0d380
commit 5e460b2dee

View File

@ -3,12 +3,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.0.20"; version = "2.0.21";
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 = "17b24fsr8abipq09hipnh6cd4h2aiwyzyjhg0wpplngwals54qmc"; sha256 = "18ipk8n78iik07190h9r8mj5209ha6yhbiw7da0l4khw0y00cvf8";
}; };
buildInputs = [ buildInputs = [