Merge pull request #11905 from aborsu/jenkins-update

jenkins ci: 1.638 -> 1.643
This commit is contained in:
Arseniy Seroka 2015-12-23 23:10:46 +03:00
commit 93d3f6f52b

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "1.638";
version = "1.643";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "1kbx9n2hj8znw0ykvgvrlf2v472f1nkdwix6a2v4rjxkgmghxmh8";
sha256 = "b8c6387e56d04a0a4a7ec8d9dacd379fbd5d4001d01fdfcd443f9864809f9293";
};
meta = with stdenv.lib; {
description = "An extendable open source continuous integration server";