Merge pull request #33791 from holidaycheck/jenkins-2.101

jenkins: 2.95 -> 2.101
This commit is contained in:
Jörg Thalheim 2018-01-13 16:33:54 +00:00 committed by GitHub
commit 8c58cb2b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.95";
version = "2.101";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "08pmsxsk5qbs7h3m1ya7xbik95n58ak8m4p01y97l49kc70bj2hv";
sha256 = "0ragl8hhdlx2zpjzrx3xsvr5i0fvgshgbkqx0h48hgm73pf99227";
};
buildCommand = ''