update nexus
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user