Skip to content

Commit

Permalink
jenkins: 2.204.3 -> 2.204.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Mar 5, 2020
1 parent 269d1ea commit 03003d4
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.204.3";
version = "2.204.4";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "1sn9km7r3dbhbchn1szmhkwmx5im3qmy4lkzv4gm2aw1j9pghdda";
sha256 = "0m4g0hm7cfmma5lrs9jsdy2gzp383hhh4k968s41krdms2pf5jhf";
};

buildCommand = ''
Expand Down

0 comments on commit 03003d4

Please sign in to comment.