Merge pull request #31687 from earldouglas/jenkins-2.90

jenkins: 2.89 -> 2.90
This commit is contained in:
Samuel Leathers 2017-11-14 23:29:45 -05:00 committed by GitHub
commit 1f189ccc60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.89";
version = "2.90";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "07dphsa093lcs9fk8g8f2ll7mkicrkg44pr5w8sl3dbrchb1ymg7";
sha256 = "15h1abcvr8b5n8l4kqivxncvc9dwz66pmdy9ycs3qaz4nrypws8z";
};
buildCommand = ''