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:
Bjørn Forsman 2013-12-15 19:40:15 +01:00
parent 556e38c0f4
commit a18b92f4e4

View File

@ -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";
};