about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAllan Espinosa <allan.espinosa@outlook.com>2018-06-26 21:37:07 -0400
committerAllan Espinosa <allan.espinosa@outlook.com>2018-06-26 21:37:07 -0400
commitdf313f6af8e0794986ac74f18df2ba15936c969c (patch)
treee6a8cab5bb0d2757a731688554085d19422c51cc /pkgs
parent978397d358ba94791bef736f19d3171a13bc03dc (diff)
downloadnixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar.gz
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar.bz2
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar.lz
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar.xz
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.tar.zst
nixlib-df313f6af8e0794986ac74f18df2ba15936c969c.zip
nexus: 3.11.0 -> 3.12.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/repository-managers/nexus/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/repository-managers/nexus/default.nix b/pkgs/development/tools/repository-managers/nexus/default.nix
index fb7a60070744..39e37b217cf3 100644
--- a/pkgs/development/tools/repository-managers/nexus/default.nix
+++ b/pkgs/development/tools/repository-managers/nexus/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "nexus-${version}";
-  version = "3.11.0-01";
+  version = "3.12.1-01";
 
   src = fetchurl {
-    url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-mac.tgz";
-    sha256 = "1h5nfzb1sqhzb5j7w2dpmdi7vnnc9g6zx43a44f3zjvlxh1s0vim";
+    url = "https://sonatype-download.global.ssl.fastly.net/nexus/3/nexus-${version}-unix.tar.gz";
+    sha256 = "1vv50zv3cr42rq1g16gdl2d1hrxna2jjynlr7kivzlbyfq89ic3f";
   };
 
   sourceRoot = name;