Skip to content

Commit

Permalink
Merge pull request #85429 from zaninime/backport-nexus
Browse files Browse the repository at this point in the history
[19.09] nexus: 3.18.1-01 -> 3.22.0-02 (backport)
  • Loading branch information
Ma27 committed Apr 17, 2020
2 parents 36586a9 + 648a695 commit fed820b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/tools/repository-managers/nexus/default.nix
Expand Up @@ -2,13 +2,15 @@

stdenv.mkDerivation rec {
pname = "nexus";
version = "3.18.1-01";
version = "3.22.0-02";

src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "0z3hb1ha0yvi09hrndrzzh95g3m42pfsi0gzw7hfx9r0n8r2qgkd";
sha256 = "12433fgva03gsgi37xqgkdnbglgq4b66lmzk5cyxfg22szl4xvwz";
};

preferLocalBuild = true;

sourceRoot = "${pname}-${version}";

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit fed820b

Please sign in to comment.