nagios-plugins: fix download URL (no longer available from sourceforge)
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "nagios-plugins-1.4.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/nagiosplug/nagios-plugins-1.4.10.tar.gz;
|
||||
url = https://www.nagios-plugins.org/download/nagios-plugins-1.4.10.tar.gz;
|
||||
sha256 = "0vm7sjiygxbfc5vbsi1g0dakpvynfzi86fhqx4yxd61brn0g8ghr";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user