nexus: 3.16.1-02 -> 3.18.1-01

https://help.sonatype.com/repomanager3/release-notes/2019-release-notes
This commit is contained in:
Maximilian Bosch 2019-09-08 00:58:25 +02:00
parent 4149a662a7
commit d381762334
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nexus"; pname = "nexus";
version = "3.16.1-02"; version = "3.18.1-01";
src = fetchurl { src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz"; url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "0nfcpsb7byykiwrdz01c99a6hr5ww2d4471spzpgs9i64kbjj7ln"; sha256 = "0z3hb1ha0yvi09hrndrzzh95g3m42pfsi0gzw7hfx9r0n8r2qgkd";
}; };
sourceRoot = "${pname}-${version}"; sourceRoot = "${pname}-${version}";