nexus: 3.28.1-01 -> 3.29.0-02

This commit is contained in:
R. RyanTM 2020-12-09 17:45:05 +00:00
parent f41b7f6153
commit 8a1815eea0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "nexus";
version = "3.28.1-01";
version = "3.29.0-02";
src = fetchurl {
url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
sha256 = "0qba2qaz85hf0vgix3qyqdl8yzdb6qr91sgdmxv3fgjhyvnvqyy8";
sha256 = "0yxk3yy9vllxc9v4dn3fs8hh389lrw2g8gg24rx1w8bg05rrrr8z";
};
preferLocalBuild = true;