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:
Lancelot SIX 2016-11-28 09:58:29 +01:00
parent 5b6d52b4fb
commit c77011c6de
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nagios-plugins-${version}";
version = "2.0.3";
version = "2.1.4";
src = fetchurl {
url = "http://nagios-plugins.org/download/${name}.tar.gz";
sha256 = "0jm0mn55hqwl8ffx8ww9mql2wrkhp1h2k8jw53q3h0ff5m22204g";
sha256 = "146hrpcwciz0niqsv4k5yvkhaggs9mr5v02xnnxp5yp0xpdbama3";
};
# !!! Awful hack. Grrr... this of course only works on NixOS.