DisnixWebService: 0.9 -> 0.10
This commit is contained in:
parent
d69472f1b4
commit
2a1d7f0d00
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, apacheAnt, jdk, axis2, dbus_java }:
|
{stdenv, fetchurl, apacheAnt, jdk, axis2, dbus_java }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "DisnixWebService-0.9";
|
name = "DisnixWebService-0.10";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/svanderburg/DisnixWebService/releases/download/DisnixWebService-0.9/DisnixWebService-0.9.tar.gz";
|
url = "https://github.com/svanderburg/DisnixWebService/releases/download/DisnixWebService-0.10/DisnixWebService-0.10.tar.gz";
|
||||||
sha256 = "1z7w44bf023c0aqchjfi4mla3qbhsh87mdzx7pqn0sy74cjfgqvl";
|
sha256 = "0m451msd127ay09yb8rbflg68szm8s4hh65j99f7s3mz375vc114";
|
||||||
};
|
};
|
||||||
buildInputs = [ apacheAnt jdk ];
|
buildInputs = [ apacheAnt jdk ];
|
||||||
PREFIX = ''''${env.out}'';
|
PREFIX = ''''${env.out}'';
|
||||||
|
Loading…
Reference in New Issue
Block a user