DisnixWebService: bump to latest development version
This commit is contained in:
parent
02b91f93c4
commit
de8e1bcb03
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
{stdenv, fetchurl, apacheAnt, jdk, axis2, dbus_java}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "DisnixWebService-0.2";
|
||||
name = "DisnixWebService-0.3";
|
||||
src = fetchurl {
|
||||
url = http://hydra.nixos.org/build/20103911/download/4/DisnixWebService-0.2.tar.bz2;
|
||||
sha256 = "0sxyv93lc9zp8sk37dmpik1vchi5qa5djd5k90xg0n6920dl4snw";
|
||||
url = http://hydra.nixos.org/build/20173679/download/4/DisnixWebService-0.3.tar.bz2;
|
||||
sha256 = "0gm8a4ijhydlij9byz2jvb925xzg8a7wbr9cnlf3b7r7zibi0sfy";
|
||||
};
|
||||
buildInputs = [ apacheAnt jdk ];
|
||||
PREFIX = ''''${env.out}'';
|
||||
|
|
Loading…
Reference in a new issue