Skip to content

Commit

Permalink
Merge pull request #31444 from earldouglas/jenkins-2.89
Browse files Browse the repository at this point in the history
jenkins: 2.88 -> 2.89
  • Loading branch information
fpletz committed Nov 9, 2017
2 parents 0e790b9 + 5d038f7 commit d03678c
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.88";
version = "2.89";

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

buildCommand = ''
Expand Down

0 comments on commit d03678c

Please sign in to comment.