bump version
svn path=/nixpkgs/trunk/; revision=6603
This commit is contained in:
parent
b59ea7ed44
commit
1e435ca929
@ -8,11 +8,11 @@ assert aterm != null && bdb != null && perl != null;
|
|||||||
# assert aterm.version >= 2.0
|
# assert aterm.version >= 2.0
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "nix-0.10pre6474";
|
name = "nix-0.10pre6593";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre6474/nix-0.10pre6474.tar.bz2;
|
url = http://nix.cs.uu.nl/dist/nix/nix-0.10pre6593/nix-0.10pre6593.tar.bz2;
|
||||||
md5 = "aed25ae83ada6012a3d924d3747b4c23";
|
md5 = "7aeb986b0803119891244f0ab936305d";
|
||||||
};
|
};
|
||||||
buildInputs = [aterm bdb perl curl];
|
buildInputs = [aterm bdb perl curl];
|
||||||
inherit storeDir stateDir aterm bdb;
|
inherit storeDir stateDir aterm bdb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user