This commit is contained in:
stubbfel
2023-12-06 21:31:42 +01:00
parent fc6e443cff
commit 49d220d025
3 changed files with 7 additions and 6 deletions

View File

@@ -5,11 +5,11 @@ let
lPort = 9081;
nexusPkgs = pkgs.nexus.overrideAttrs (oldAttrs: rec {
pname = "nexus";
version = "3.53.1-02";
version = "3.63.0-01";
sourceRoot = "${pname}-${version}";
src = pkgs.fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "sha256-+jbGdESMwAfJas32i+BKGBQoPFqioawqT6JknnyNANQ=";
sha256 = "sha256-6ATVdlZJSnaUc7srjLJBsazdoimSoM7xXvL0Bm2MEtM=";
};
installPhase = ''
runHook preInstall