mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
* 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.mkDerivation {
|
||||
name = "aefs-0.3pre279";
|
||||
name = "aefs-0.3pre285";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aefs-0.3pre279.tar.bz2;
|
||||
sha256 = "1gsa55cmhgj124m2laxcxcrgh45rsmp9jwz9wc9q515np9s7h11c";
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aefs-0.3pre285.tar.bz2;
|
||||
sha256 = "1psciqllzm08c21h6k2zxmvmi0grkvaiq177giv1avzzzfhq0z3c";
|
||||
};
|
||||
|
||||
buildInputs = [fuse];
|
||||
|
|
Loading…
Reference in a new issue