jenkins: 1.637 -> 1.638 (important security fixes)

I fat fingered the previous update, *this* is the real important
security updates:

https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-11-11
This commit is contained in:
Bjørn Forsman 2015-11-12 13:40:01 +01:00
parent 7a1c4ab324
commit 30313d5c6e

View File

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