jenkins: 2.222.4 -> 2.235.1

This commit is contained in:
Tim Steinbach 2020-06-18 07:53:56 -04:00
parent 9de1c659e4
commit d1966f0860
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.222.4";
version = "2.235.1";
src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "0z64w5rv1x9kpjxcb05if9pk0abl9nlbijh2i3nlja97j0dp55bc";
sha256 = "0pb7dy95ygvyb25hm6akf40f5gr5wa2njad7ncglrpmz14xfnxb3";
};
buildCommand = ''