lol

nexus: 3.52.0-01 -> 3.68.1-02

nzbr 1c9bed8a 3e08211f

+2 -2
+2 -2
pkgs/development/tools/repository-managers/nexus/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "nexus"; 5 - version = "3.52.0-01"; 5 + version = "3.68.1-02"; 6 6 7 7 src = fetchurl { 8 8 url = "https://download.sonatype.com/nexus/3/nexus-${version}-unix.tar.gz"; 9 - hash = "sha256-+Hdmuy7WBtUIjEBZyLgE3a3+L/lANHiy1VRBJ2s686U="; 9 + hash = "sha256-VHS4KDFgU3djteDzDAe43TZIwRG/8bb7u3usoOCJS5M="; 10 10 }; 11 11 12 12 preferLocalBuild = true;