Skip to content

Commit

Permalink
jenkins: 2.53 -> 2.55
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas authored and grahamc committed Apr 25, 2017
1 parent 50ad243 commit fce59d4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.53";
version = "2.55";

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

buildCommand = ''
Expand Down

0 comments on commit fce59d4

Please sign in to comment.