Bumped Disnix versions and added them to release.nix

svn path=/nixpkgs/trunk/; revision=25899
This commit is contained in:
Sander van der Burg
2011-02-11 12:53:23 +00:00
parent 6ca6fd8fc6
commit cd2df27b1c
5 changed files with 14 additions and 11 deletions
@@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "DisnixWebService-0.2";
src = fetchurl {
url = http://hydra.nixos.org/build/792274/download/3/DisnixWebService-0.2.tar.bz2;
sha256 = "1ccgrab896cs7bg5m99iam4cyvdj9q3gkmjkg9awqb710l9168sh";
url = http://hydra.nixos.org/build/895081/download/4/DisnixWebService-0.2.tar.bz2;
sha256 = "1kxb5r52b0dd4z5v56j64iqvpcsxzw37ib7cp5fknj40qphay8wl";
};
buildInputs = [ apacheAnt ];
PREFIX = ''''${env.out}'';