Skip to content

Commit

Permalink
jenkins: 2.91 -> 2.92
Browse files Browse the repository at this point in the history
(cherry picked from commit f09a429)
  • Loading branch information
earldouglas authored and bjornfor committed Nov 29, 2017
1 parent 6de24bb commit 921f089
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.91";
version = "2.92";

src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "04ck1sq73v94xz1293qgypzahjdn5xlhl7ya7x0rzyf3x4zz6q5y";
sha256 = "085h2hfhizli7bpvi06vi6jsav1cn86jw8l6vdpqq4ddx2hrhn39";
};

buildCommand = ''
Expand Down

0 comments on commit 921f089

Please sign in to comment.