maven: 3.6.3 -> 3.8.1

This commit is contained in:
José Luis Lafuente 2021-04-26 13:29:16 +02:00
parent e5cc06a1e8
commit 5bf7ee0a7b
No known key found for this signature in database
GPG key ID: 8A3455EBE455489A

View file

@ -2,16 +2,15 @@
assert jdk != null;
let version = "3.6.3"; in
stdenv.mkDerivation rec {
pname = "apache-maven";
inherit version;
version = "3.8.1";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://apache/maven/maven-3/${version}/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "1i9qlj3vy4j1yyf22nwisd0pg88n9qzp9ymfhwqabadka7br3b96";
sha256 = "00pgmc9v2s2970wgl2ksvpqy4lxx17zhjm9fgd10fkamxc2ik2mr";
};
nativeBuildInputs = [ makeWrapper ];