3
0
Fork 0
forked from mirrors/nixpkgs

jenkins: 2.222.1 -> 2.222.3

This commit is contained in:
Tim Steinbach 2020-04-28 10:46:28 -04:00
parent e9d6d15d63
commit f7b417440d
No known key found for this signature in database
GPG key ID: 6538CB9266B06F31

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.222.1";
version = "2.222.3";
src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "0glmx8xi99mbfr84hi4sn36qkxw00rfn8wlz5n674ygbdj1vnv2s";
sha256 = "1087rih5cb4ici538rcgkrfhcqckbs9i2mpzd59zcx4yw91dca8m";
};
buildCommand = ''