* Fixed some more URLs.

svn path=/nixpkgs/trunk/; revision=9294
This commit is contained in:
Eelco Dolstra
2007-09-11 11:15:37 +00:00
parent 105344a44e
commit ea9667ab18
18 changed files with 39 additions and 45 deletions

View File

@@ -4,6 +4,6 @@ stdenv.mkDerivation {
name = "libogg-1.1.3";
src = fetchurl {
url = http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz;
md5 = "eaf7dc6ebbff30975de7527a80831585" ;
md5 = "eaf7dc6ebbff30975de7527a80831585";
};
}