Merge pull request #22095 from jpierre03/pr-munin

munin: 2.0.29 -> 2.0.30
This commit is contained in:
Michael Raskin 2017-01-24 18:09:13 +00:00 committed by GitHub
commit 2e6fcf8234

View File

@ -1,14 +1,16 @@
{ stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
{ stdenv, fetchFromGitHub, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
, python, ruby, jre, nettools
}:
stdenv.mkDerivation rec {
version = "2.0.29";
version = "2.0.30";
name = "munin-${version}";
src = fetchurl {
url = "https://github.com/munin-monitoring/munin/archive/${version}.tar.gz";
sha256 = "1zpv0p10iyx49z1hsqvlkk6hh46hp9dhbrdyx103hgx7p3xnxfnv";
src = fetchFromGitHub {
owner = "munin-monitoring";
repo = "munin";
rev = version;
sha256 = "1sxsdfq9a5d8b13jigr06gs7n4m3c95645sfyyl49bkfy0n5cxrg";
};
buildInputs = [