3
0
Fork 0
forked from mirrors/nixpkgs

jenkins: 2.89 -> 2.90

This commit is contained in:
James Earl Douglas 2017-11-14 20:30:27 -07:00
parent cee3fa9946
commit 70ac2218fc
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.89";
version = "2.90";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "07dphsa093lcs9fk8g8f2ll7mkicrkg44pr5w8sl3dbrchb1ymg7";
sha256 = "15h1abcvr8b5n8l4kqivxncvc9dwz66pmdy9ycs3qaz4nrypws8z";
};
buildCommand = ''