This commit is contained in:
stubbfel
2023-06-03 17:51:40 +02:00
parent 420a04671e
commit 0a98eb2a98
3 changed files with 6 additions and 6 deletions

View File

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