Skip to content

Commit 201b4c2

Browse files
earldouglasocharles
authored andcommittedNov 20, 2017
jenkins: 2.90 -> 2.91
1 parent ae4ea45 commit 201b4c2

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.90";
5+
version = "2.91";
66

77
src = fetchurl {
88
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
9-
sha256 = "15h1abcvr8b5n8l4kqivxncvc9dwz66pmdy9ycs3qaz4nrypws8z";
9+
sha256 = "04ck1sq73v94xz1293qgypzahjdn5xlhl7ya7x0rzyf3x4zz6q5y";
1010
};
1111

1212
buildCommand = ''

0 commit comments

Comments
 (0)
Please sign in to comment.