3
0
Fork 0
forked from mirrors/nixpkgs

jenkins: 2.87 -> 2.88

This commit is contained in:
James Earl Douglas 2017-11-07 07:56:14 -07:00
parent 4db6d35891
commit c7e3555d8b
No known key found for this signature in database
GPG key ID: 34703916F32199A0

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.87";
version = "2.88";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "1nzs9nn1nr2jav59v1xj39rzmrh1zmwaqnpaiqsll8kixkr9rb8f";
sha256 = "062hnbyj73311sxhkwla6sl33zb43v8p7hjssgbh0bfvgmnlayim";
};
buildCommand = ''