jenkins: 2.44 -> 2.49

This commit is contained in:
Tristan Helmich 2017-03-13 15:42:20 +01:00
parent c8c4902ee1
commit 4efed1d0d4
1 changed files with 2 additions and 2 deletions

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