Skip to content

Commit

Permalink
jenkins: 2.13 -> 2.33 (#20630)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9575eea)
  • Loading branch information
fadenb authored and grahamc committed Dec 8, 2016
1 parent b46bac4 commit 3573b6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.13";
version = "2.33";

src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "0rb3spml2c7cd34zjjc5mwsdcnwmcbcdc784nl8cczayiwz8nq3p";
sha256 = "1x1m4d7r128v6i0gpa4z07db6vdw1x9ik0p4a8gsnj6g15fzkdzy";
};

buildCommand = ''
Expand Down

0 comments on commit 3573b6c

Please sign in to comment.