* Latest AEFS.
svn path=/nixpkgs/trunk/; revision=8822
This commit is contained in:
parent
12ea601a2f
commit
ce0fdeb20a
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, fuse}:
|
{stdenv, fetchurl, fuse}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "aefs-0.3pre279";
|
name = "aefs-0.3pre285";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aefs-0.3pre279.tar.bz2;
|
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aefs-0.3pre285.tar.bz2;
|
||||||
sha256 = "1gsa55cmhgj124m2laxcxcrgh45rsmp9jwz9wc9q515np9s7h11c";
|
sha256 = "1psciqllzm08c21h6k2zxmvmi0grkvaiq177giv1avzzzfhq0z3c";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [fuse];
|
buildInputs = [fuse];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user