diff --git a/services/nexus.nix b/services/nexus.nix index 2718e9a..e0dcf04 100644 --- a/services/nexus.nix +++ b/services/nexus.nix @@ -5,11 +5,11 @@ let lPort = 9081; nexusPkgs = pkgs.nexus.overrideAttrs (oldAttrs: rec { pname = "nexus"; - version = "3.63.0-01"; + version = "3.66.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-6ATVdlZJSnaUc7srjLJBsazdoimSoM7xXvL0Bm2MEtM="; + sha256 = "sha256-m/rTgM5ptCU32Rrt1vPJpiUWvUWPbAiOqlFgHfx+8x4="; }; installPhase = '' runHook preInstall