Fix bad URLs lacking a scheme

This commit is contained in:
Eelco Dolstra
2013-01-14 18:26:46 +01:00
parent 8497455143
commit f286cc65b1
6 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation {
name = "hardlink-2012.9.${rev}";
src = fetchurl {
url = "pkgs.fedoraproject.org/cgit/hardlink.git/snapshot/hardlink-${rev}.zip";
url = "http://pkgs.fedoraproject.org/cgit/hardlink.git/snapshot/hardlink-${rev}.zip";
sha256 = "fea1803170b538d5fecf6a8d312ded1d25d516e9386a3797441a247487551647";
name = "hardlink-${rev}.zip";
};