mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
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:
parent
4493ca0094
commit
c2aadb38a7
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user