Skip to content

Commit

Permalink
jenkins: 2.235.2 -> 2.235.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 28, 2020
1 parent b6ce454 commit ed0ad5f
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.235.2";
version = "2.235.3";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "16rn5fbafkiriwzk6mr37am1270d64w6ngijr81kf7hpmz7lq4lp";
sha256 = "109rycgy8bg3na173vz5f3bq7w33a6kap8158kx6zhignni451p8";
};

buildCommand = ''
Expand Down

0 comments on commit ed0ad5f

Please sign in to comment.