Merge #208984: nexus: 3.37.3-02 -> 3.45.0-01

This commit is contained in:
Vladimír Čunát 2023-01-11 16:20:06 +01:00
commit c269e695d8
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nexus";
version = "3.37.3-02";
version = "3.45.0-01";
src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "sha256-wdtDGQjFp2tEAVxVXW70UXq/CoaET6/+4PXWxiNZMS0=";
hash = "sha256-ISTORslFPgFt0kEKK17fpBXi3yAMwgm6qDnk33V2wa0=";
};
preferLocalBuild = true;