1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Upgraded disnix

svn path=/nixpkgs/trunk/; revision=12333
This commit is contained in:
Sander van der Burg 2008-07-10 14:09:19 +00:00
parent 1683256259
commit cbc9ca34b5

View file

@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "disnix-0.1";
src = fetchsvn {
url = https://svn.nixos.org/repos/nix/disnix/disnix/trunk;
md5 = "419b1fc443e08687874c79d7a09060a7";
rev = 12275;
md5 = "f961fc6337151b89839eabedd0bc7d13";
rev = 12332;
};
preConfigure = "./bootstrap";