Anthony Roussel 2023-10-26 07:20:56 +02:00
parent f74f45a03d
commit 5b146274ae
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "axis2";
version = "1.7.9";
version = "1.8.2";
src = fetchurl {
url = "http://apache.proserve.nl/axis/axis2/java/core/${version}/${pname}-${version}-bin.zip";
sha256 = "0dh0s9bfh95wmmw8nyf2yw95biq7d9zmrbg8k4vzcyz1if228lac";
url = "mirror://apache/axis/axis2/java/core/${version}/${pname}-${version}-bin.zip";
hash = "sha256-oilPVFFpl3F61nVDxcYx/bc81FopS5fzoIdXzeP8brk=";
};
nativeBuildInputs = [ unzip ];
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
meta = {
description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack";
homepage = "https://axis.apache.org/axis2/java/core/";
maintainers = [ ];
platforms = lib.platforms.unix;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
license = lib.licenses.asl20;