axis2: 1.6.4 -> 1.7.8

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/axis2/versions
This commit is contained in:
R. RyanTM 2018-11-19 15:15:40 -08:00
parent 0925c482c8
commit b80c4d7d3d

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "axis2-${version}";
version = "1.6.4";
version = "1.7.8";
src = fetchurl {
url = "http://apache.proserve.nl/axis/axis2/java/core/${version}/${name}-bin.zip";
sha256 = "12ir706dn95567j6lkxdwrh28vnp6292h59qwjyqjm7ckglkmgyr";
sha256 = "0k1ppxb9v6agx4gcfkpgwcri6v29ng3arjyc0b0mxcby6ck85mny";
};
buildInputs = [ unzip apacheAnt jdk ];