Skip to content

Commit

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

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

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

buildCommand = ''
Expand Down

0 comments on commit fa8ee0d

Please sign in to comment.