Merge pull request #72350 from peterhoeg/f/checks
check-nwc-health: fix source URL
This commit is contained in:
commit
015d3202e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue