Treewide: use https for SourceForge

This commit is contained in:
c0bw3b
2018-11-24 19:58:03 +01:00
parent 88ce525e85
commit 0ea604ac1d
21 changed files with 27 additions and 27 deletions

View File

@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libipfix-${version}";
version = "110209";
src = fetchurl {
url = "http://sourceforge.net/projects/libipfix/files/libipfix/libipfix_110209.tgz";
url = "mirror://sourceforge/libipfix/files/libipfix/libipfix_110209.tgz";
sha256 = "0h7v0sxjjdc41hl5vq2x0yhyn04bczl11bqm97825mivrvfymhn6";
};
meta = with stdenv.lib; {