Skip to content

Commit

Permalink
jenkins: 2.86 -> 2.87
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Oct 30, 2017
1 parent 3c6bcab commit da866a6
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.86";
version = "2.87";

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

buildCommand = ''
Expand Down

0 comments on commit da866a6

Please sign in to comment.