Skip to content

Commit

Permalink
jenkins: 2.87 -> 2.88
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Nov 7, 2017
1 parent 4db6d35 commit c7e3555
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.87";
version = "2.88";

src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "1nzs9nn1nr2jav59v1xj39rzmrh1zmwaqnpaiqsll8kixkr9rb8f";
sha256 = "062hnbyj73311sxhkwla6sl33zb43v8p7hjssgbh0bfvgmnlayim";
};

buildCommand = ''
Expand Down

0 comments on commit c7e3555

Please sign in to comment.