Merge pull request #22095 from jpierre03/pr-munin
munin: 2.0.29 -> 2.0.30
This commit is contained in:
commit
2e6fcf8234
@ -1,14 +1,16 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
|
{ stdenv, fetchFromGitHub, makeWrapper, which, coreutils, rrdtool, perl, perlPackages
|
||||||
, python, ruby, jre, nettools
|
, python, ruby, jre, nettools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.0.29";
|
version = "2.0.30";
|
||||||
name = "munin-${version}";
|
name = "munin-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/munin-monitoring/munin/archive/${version}.tar.gz";
|
owner = "munin-monitoring";
|
||||||
sha256 = "1zpv0p10iyx49z1hsqvlkk6hh46hp9dhbrdyx103hgx7p3xnxfnv";
|
repo = "munin";
|
||||||
|
rev = version;
|
||||||
|
sha256 = "1sxsdfq9a5d8b13jigr06gs7n4m3c95645sfyyl49bkfy0n5cxrg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user