nagiosPluginsOfficial: 2.1.4 -> 2.2.0
This commit is contained in:
parent
cfe4196696
commit
016bec0e5e
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nagios-plugins-${version}";
|
name = "nagios-plugins-${version}";
|
||||||
version = "2.1.4";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nagios-plugins.org/download/${name}.tar.gz";
|
url = "http://nagios-plugins.org/download/${name}.tar.gz";
|
||||||
sha256 = "146hrpcwciz0niqsv4k5yvkhaggs9mr5v02xnnxp5yp0xpdbama3";
|
sha256 = "074yia04py5y07sbgkvri10dv8nf41kqq1x6kmwqcix5vvm9qyy3";
|
||||||
};
|
};
|
||||||
|
|
||||||
# !!! Awful hack. Grrr... this of course only works on NixOS.
|
# !!! Awful hack. Grrr... this of course only works on NixOS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user