Updated to new version

svn path=/nixpkgs/trunk/; revision=12355
This commit is contained in:
Sander van der Burg 2008-07-14 14:41:36 +00:00
parent be77e6f99f
commit f579e01606
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ stdenv.mkDerivation {
name = "DisnixService-0.1";
src = fetchsvn {
url = https://svn.nixos.org/repos/nix/disnix/DisnixService/trunk;
md5 = "946fe0a6a5aa1add8e71c1f1b04c6a6b";
rev = 12289;
md5 = "f1a5cc28b8a0f92a084111241c35045d";
rev = 12354;
};
buildInputs = [ jdk apacheAnt axis2 ];
@ -15,4 +15,4 @@ stdenv.mkDerivation {
meta = {
license = "LGPL";
};
}
}