lol

axis2: 1.7.9 -> 1.8.2

https://github.com/apache/axis-axis2-java-core/compare/v1.7.9...v1.8.2

+5 -3
+5 -3
pkgs/servers/http/tomcat/axis2/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "axis2"; 5 - version = "1.7.9"; 5 + version = "1.8.2"; 6 6 7 7 src = fetchurl { 8 - url = "http://apache.proserve.nl/axis/axis2/java/core/${version}/${pname}-${version}-bin.zip"; 9 - sha256 = "0dh0s9bfh95wmmw8nyf2yw95biq7d9zmrbg8k4vzcyz1if228lac"; 8 + url = "mirror://apache/axis/axis2/java/core/${version}/${pname}-${version}-bin.zip"; 9 + hash = "sha256-oilPVFFpl3F61nVDxcYx/bc81FopS5fzoIdXzeP8brk="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ unzip ]; ··· 15 15 16 16 meta = { 17 17 description = "Web Services / SOAP / WSDL engine, the successor to the widely used Apache Axis SOAP stack"; 18 + homepage = "https://axis.apache.org/axis2/java/core/"; 19 + maintainers = [ ]; 18 20 platforms = lib.platforms.unix; 19 21 sourceProvenance = with lib.sourceTypes; [ binaryBytecode ]; 20 22 license = lib.licenses.asl20;