ntopng: add extra download URL

It seems upstream have moved the ntopng-1.2.1.tgz into an "old/"
subdirectory.
This commit is contained in:
Bjørn Forsman 2015-08-03 07:36:27 +02:00
parent 4493ca0094
commit c2aadb38a7

View File

@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
name = "ntopng-1.2.1";
src = fetchurl {
url = "mirror://sourceforge/project/ntop/ntopng/${name}.tgz";
urls = [
"mirror://sourceforge/project/ntop/ntopng/old/${name}.tgz"
"mirror://sourceforge/project/ntop/ntopng/${name}.tgz"
];
sha256 = "1db83cd1v4ivl8hxzzdvvdcgk22ji7mwrfnd5nnwll6kb11i364v";
};