Skip to content

Commit

Permalink
jenkins: 2.222.3 -> 2.222.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed May 30, 2020
1 parent 746fe02 commit f75d629
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.222.3";
version = "2.222.4";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "1087rih5cb4ici538rcgkrfhcqckbs9i2mpzd59zcx4yw91dca8m";
sha256 = "0z64w5rv1x9kpjxcb05if9pk0abl9nlbijh2i3nlja97j0dp55bc";
};

buildCommand = ''
Expand Down

0 comments on commit f75d629

Please sign in to comment.