Merge pull request #32294 from earldouglas/jenkins-2.93

jenkins: 2.92 -> 2.93
This commit is contained in:
Lancelot SIX 2017-12-04 14:36:41 +01:00 committed by GitHub
commit f2b690ae2b
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.92";
version = "2.93";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "085h2hfhizli7bpvi06vi6jsav1cn86jw8l6vdpqq4ddx2hrhn39";
sha256 = "1wk62lmll0abbgl3drmrf5kg8hya3glkwx7h0gfhcna3vjb95ll1";
};
buildCommand = ''