Skip to content

Commit

Permalink
jenkins: 2.90 -> 2.91
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored and ocharles committed Nov 20, 2017
1 parent ae4ea45 commit 201b4c2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

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

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

buildCommand = ''
Expand Down

0 comments on commit 201b4c2

Please sign in to comment.