munin: 2.0.19 -> 2.0.20
This commit is contained in:
parent
fccf059216
commit
d2efe82eaa
@ -1,15 +1,14 @@
|
|||||||
{ stdenv, fetchgit, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
|
{ stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
|
||||||
, python, ruby, openjdk, nettools
|
, python, ruby, openjdk, nettools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.0.19";
|
version = "2.0.20";
|
||||||
name = "munin-${version}";
|
name = "munin-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchurl {
|
||||||
url = "git://github.com/munin-monitoring/munin.git";
|
url = "https://github.com/munin-monitoring/munin/archive/${version}.tar.gz";
|
||||||
rev = "refs/tags/${version}";
|
sha256 = "17b24fsr8abipq09hipnh6cd4h2aiwyzyjhg0wpplngwals54qmc";
|
||||||
sha256 = "0027rrdrmcql68b475jlxnfgkijbfngynkjpdii6fgaszswqz3ay";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user