Skip to content

Commit

Permalink
Merge pull request #23846 from mayflower/jenkins_2.49
Browse files Browse the repository at this point in the history
jenkins: 2.44 -> 2.49
  • Loading branch information
NeQuissimus committed Mar 13, 2017
2 parents 6e0c3e1 + 4efed1d commit bc1f692
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.44";
version = "2.49";

src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "01v9p0p27czwsk7ljv1879b5qcrhgy7zan6dj8klr9rci1id8x0d";
sha256 = "0c7qnrx87wrgxgh4im1i6sqlxq3hsrs119krh5vwjzx5wp6daa93";
};

buildCommand = ''
Expand Down

0 comments on commit bc1f692

Please sign in to comment.