Skip to content

Commit

Permalink
jenkins: 2.73 -> 2.77
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Sep 5, 2017
1 parent a096794 commit 8502d94
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 {
name = "jenkins-${version}";
version = "2.73";
version = "2.77";

src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "1q9q2vjza3slmbh6sbxak1y3ryvisphlh92nidsp88rv60zn3nv8";
sha256 = "1hmj5f14qpq58018q2jmdd4j36v2idsbb9caiakxfy08gppzhz00";
};

buildCommand = ''
Expand Down

0 comments on commit 8502d94

Please sign in to comment.