Merge pull request #72193 from Ma27/bump-nexus
nexus: 3.18.1-01 -> 3.19.1-01
This commit is contained in:
commit
e69fd930ed
|
@ -68,6 +68,7 @@ in
|
||||||
-Dkaraf.data=${cfg.home}/nexus3
|
-Dkaraf.data=${cfg.home}/nexus3
|
||||||
-Djava.io.tmpdir=${cfg.home}/nexus3/tmp
|
-Djava.io.tmpdir=${cfg.home}/nexus3/tmp
|
||||||
-Dkaraf.startLocalConsole=false
|
-Dkaraf.startLocalConsole=false
|
||||||
|
-Djava.endorsed.dirs=${cfg.package}/lib/endorsed
|
||||||
'';
|
'';
|
||||||
|
|
||||||
description = ''
|
description = ''
|
||||||
|
|
|
@ -2,13 +2,15 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "nexus";
|
pname = "nexus";
|
||||||
version = "3.18.1-01";
|
version = "3.19.1-01";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
|
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
|
||||||
sha256 = "0z3hb1ha0yvi09hrndrzzh95g3m42pfsi0gzw7hfx9r0n8r2qgkd";
|
sha256 = "0kjzp5n6pkgx5s21jfmh6pbgnjlvs89kcjqikv4lgc5yia264bks";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preferLocalBuild = true;
|
||||||
|
|
||||||
sourceRoot = "${pname}-${version}";
|
sourceRoot = "${pname}-${version}";
|
||||||
|
|
||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
|
|
Loading…
Reference in New Issue