* Fix a bunch of URLs.

svn path=/nixpkgs/trunk/; revision=9292
This commit is contained in:
Eelco Dolstra
2007-09-11 10:15:07 +00:00
parent 62934c1dee
commit 8f4d8573c0
18 changed files with 77 additions and 43 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ stdenv.mkDerivation {
name = "unrar-3.7.6";
src = fetchurl {
sha256 = "0inzy0jlwqm18i6lq17aq4n2baqqlbjyr6incw4s9cxrvmjq51ls";
url = http://www.rarlab.com/rar/unrarsrc-3.7.6.tar.gz;
sha256 = "0inzy0jlwqm18i6lq17aq4n2baqqlbjyr6incw4s9cxrvmjq51ls";
};
makeFlags = "-f makefile.unix";