3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #23846 from mayflower/jenkins_2.49

jenkins: 2.44 -> 2.49
This commit is contained in:
Tim Steinbach 2017-03-13 18:09:19 -04:00 committed by GitHub
commit bc1f692e49

View file

@ -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 = ''