3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #32125 from earldouglas/jenkins-2.92

jenkins: 2.91 -> 2.92
This commit is contained in:
Orivej Desh 2017-11-28 23:57:46 +00:00 committed by GitHub
commit 1229d32a26
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.91";
version = "2.92";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "04ck1sq73v94xz1293qgypzahjdn5xlhl7ya7x0rzyf3x4zz6q5y";
sha256 = "085h2hfhizli7bpvi06vi6jsav1cn86jw8l6vdpqq4ddx2hrhn39";
};
buildCommand = ''