update nexus

This commit is contained in:
stubbfel
2022-03-13 18:24:32 +01:00
parent 8f539e653b
commit 0a05c931aa

View File

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