nexus: 3.15.0-01 -> 3.16.1-02

New upstream release with some minor improvements:
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes#id-2019ReleaseNotes-RepositoryManager3.16.1
This commit is contained in:
Maximilian Bosch
2019-05-11 18:04:41 +02:00
parent 88b32c775e
commit 212e4e1933
2 changed files with 13 additions and 19 deletions
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "nexus-${version}";
version = "3.15.0-01";
version = "3.16.1-02";
src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "0akizdljcjl1nh25k01wxvp5wp4i2jphsj0hh5rqbd0fk1pjivkv";
sha256 = "0nfcpsb7byykiwrdz01c99a6hr5ww2d4471spzpgs9i64kbjj7ln";
};
sourceRoot = name;