ntopng: fix download url
The current one doesn't work. (My bad for not testing properly after having done the initial download with nix-prefetch-url.)
This commit is contained in:
parent
556e38c0f4
commit
a18b92f4e4
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
name = "ntopng-1.1_6932";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/ntop/files/ntopng/${name}.tgz";
|
||||
url = "mirror://sourceforge/project/ntop/ntopng/${name}.tgz";
|
||||
sha256 = "0cdbmrsjp3bb7xzci0vfnnkmbyxwxbf47l4kbnk4ydd7xwhwdnzr";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user