Merge pull request #116028 from r-ryantm/auto-update/nexus

nexus: 3.29.2-02 -> 3.30.0-01
This commit is contained in:
Ryan Mulligan 2021-03-14 14:13:53 -07:00 committed by GitHub
commit ea42c04107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nexus";
version = "3.29.2-02";
version = "3.30.0-01";
src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "sha256-vHy7V32xlYaPJdc8oi3j98weOdc4R5S64Dwo9YI8o6c=";
sha256 = "sha256-axhuw1FNut+JqS1WCxyQmP08qh0tXn9UAvz2Gj1kGPs=";
};
preferLocalBuild = true;