Merge pull request #72350 from peterhoeg/f/checks

check-nwc-health: fix source URL
This commit is contained in:
Peter Hoeg 2019-10-31 12:49:28 +08:00 committed by GitHub
commit 015d3202e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ let
inherit pname version;
src = fetchurl {
url = "https://labs.consol.de/assets/downloads/nagios/${pname}-${version}.tar.bz";
url = "https://labs.consol.de/assets/downloads/nagios/${pname}-${version}.tar.gz";
inherit sha256;
};