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

nexus: 3.29.0-02 -> 3.29.2-02
This commit is contained in:
Ryan Mulligan 2021-01-22 06:36:30 -08:00 committed by GitHub
commit 64b79a2767
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.0-02";
version = "3.29.2-02";
src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "0yxk3yy9vllxc9v4dn3fs8hh389lrw2g8gg24rx1w8bg05rrrr8z";
sha256 = "sha256-vHy7V32xlYaPJdc8oi3j98weOdc4R5S64Dwo9YI8o6c=";
};
preferLocalBuild = true;