Skip to content

Commit

Permalink
Merge pull request NixOS#151034 from r-ryantm/auto-update/jenkins
Browse files Browse the repository at this point in the history
jenkins: 2.303.3 -> 2.319.1
  • Loading branch information
fpletz authored Dec 17, 2021
2 parents 318c9f8 + ba3ba0d commit f4f70b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.303.3";
version = "2.319.1";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "8a6ae7367755b3f31a050faa945f7a3991abdb43d941c7294cac890c1e2779d8";
sha256 = "0qm562v7jwc9mjpbn1f808kg97axy1mraq3s5h679niffn588jvy";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit f4f70b4

Please sign in to comment.