forked from mirrors/nixpkgs
Merge pull request #31362 from earldouglas/jenkins-2.88
jenkins: 2.87 -> 2.88
This commit is contained in:
commit
5b84cdfd3c
|
@ -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 = ''
|
||||
|
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://jenkins-ci.org;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ coconnor fpletz ];
|
||||
maintainers = with maintainers; [ coconnor fpletz earldouglas ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue