update nexus

This commit is contained in:
stubbfel
2021-12-01 20:29:16 +01:00
parent b56bf82fb4
commit 84d5f16df9

View File

@@ -5,11 +5,11 @@ let
lPort = 9081;
nexusPkgs = pkgs.nexus.overrideAttrs (oldAttrs: rec {
pname = "nexus";
version = "3.31.1-01";
version = "3.37.0-01";
sourceRoot = "${pname}-${version}";
src = pkgs.fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "07l0jf02g42xpcb55a693b6gasnzp37iwbz8m7gidiz809p3vh64";
sha256 = "16sixvf59z0n05a4av8hgiq173c4xdj1bx54x9vwslrba1v8b4is";
};
installPhase = ''
runHook preInstall