nagiosPluginsOfficial: 2.0.3 -> 2.1.4
See https://github.com/nagios-plugins/nagios-plugins/blob/master/NEWS for release history
This commit is contained in:
parent
5b6d52b4fb
commit
c77011c6de
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nagios-plugins-${version}";
|
name = "nagios-plugins-${version}";
|
||||||
version = "2.0.3";
|
version = "2.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://nagios-plugins.org/download/${name}.tar.gz";
|
url = "http://nagios-plugins.org/download/${name}.tar.gz";
|
||||||
sha256 = "0jm0mn55hqwl8ffx8ww9mql2wrkhp1h2k8jw53q3h0ff5m22204g";
|
sha256 = "146hrpcwciz0niqsv4k5yvkhaggs9mr5v02xnnxp5yp0xpdbama3";
|
||||||
};
|
};
|
||||||
|
|
||||||
# !!! 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