Skip to content

Commit 045515a

Browse files
committedJun 3, 2017
jenkins: 2.62 -> 2.63
1 parent 7daed84 commit 045515a

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/continuous-integration/jenkins

1 file changed

+2
-2
lines changed
 

‎pkgs/development/tools/continuous-integration/jenkins/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
name = "jenkins-${version}";
5-
version = "2.62";
5+
version = "2.63";
66

77
src = fetchurl {
88
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
9-
sha256 = "1dqmvbl5sa82zsc03ns5i7ppjmdlg3pyk676xjxyr0p5ccbqlxxh";
9+
sha256 = "024bzbca2ikk3904df4f8ri37qjq7nzzmg58jax8cbvcbxcik699";
1010
};
1111

1212
buildCommand = ''

0 commit comments

Comments
 (0)
Please sign in to comment.