* FUSE 2.6.1.

svn path=/nixpkgs/trunk/; revision=7540
This commit is contained in:
Eelco Dolstra
2007-01-06 16:32:29 +00:00
parent 0b587d5ddf
commit 2101b16d47
2 changed files with 6 additions and 10 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "fuse-2.4.1";
name = "fuse-2.6.1";
builder = ./builder.sh;
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/fuse-2.4.1.tar.gz;
md5 = "553bd9c5a4f3cd27f3e2b93844711e4c";
url = http://heanet.dl.sourceforge.net/sourceforge/fuse/fuse-2.6.1.tar.gz;
md5 = "13e1873086a1d7a95f470bbc7428c528";
};
configureFlags = [ "--disable-kernel-module" ];
}