summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJames Earl Douglas <james@earldouglas.com>2017-11-09 09:44:43 -0700
committerJames Earl Douglas <james@earldouglas.com>2017-11-09 09:44:43 -0700
commit5d038f7d1077e2d9c22cb58b4491a89423e443de (patch)
tree170ebef12ea53b9d4002d18ddb50d215e0df4a33 /pkgs/development
parent67ba83a934dc04c5f7bafec2370e9080b9a2de8f (diff)
downloadnixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar.gz
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar.bz2
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar.lz
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar.xz
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.tar.zst
nixlib-5d038f7d1077e2d9c22cb58b4491a89423e443de.zip
jenkins: 2.88 -> 2.89
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/continuous-integration/jenkins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/continuous-integration/jenkins/default.nix b/pkgs/development/tools/continuous-integration/jenkins/default.nix
index ea5a5e370178..f301e957ad90 100644
--- a/pkgs/development/tools/continuous-integration/jenkins/default.nix
+++ b/pkgs/development/tools/continuous-integration/jenkins/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "jenkins-${version}";
-  version = "2.88";
+  version = "2.89";
 
   src = fetchurl {
     url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
-    sha256 = "062hnbyj73311sxhkwla6sl33zb43v8p7hjssgbh0bfvgmnlayim";
+    sha256 = "07dphsa093lcs9fk8g8f2ll7mkicrkg44pr5w8sl3dbrchb1ymg7";
   };
 
   buildCommand = ''