update nexus 3.69 und nextcloud

This commit is contained in:
stubbfel
2024-10-12 14:56:58 +02:00
parent 7407a0e0cb
commit 9f75a69752
2 changed files with 5 additions and 5 deletions

View File

@@ -5,11 +5,11 @@ let
lPort = 9081;
nexusPkgs = pkgs.nexus.overrideAttrs (oldAttrs: rec {
pname = "nexus";
version = "3.66.0-02";
version = "3.69.0-02";
sourceRoot = "${pname}-${version}";
src = pkgs.fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "sha256-m/rTgM5ptCU32Rrt1vPJpiUWvUWPbAiOqlFgHfx+8x4=";
sha256 = "sha256-7sgLPuM93mFEPlTd3qJY+FGVHErvgcTGJWwSBcqBgWI=";
};
installPhase = ''
runHook preInstall