Skip to content

Commit

Permalink
nexus: 3.22.0-02 -> 3.28.1-01
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 28, 2020
1 parent be36f6f commit bb63906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/repository-managers/nexus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

preferLocalBuild = true;
Expand Down

0 comments on commit bb63906

Please sign in to comment.