Skip to content

Commit

Permalink
jenkins: 2.62 -> 2.63
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Jun 3, 2017
1 parent 7daed84 commit 045515a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.62";
version = "2.63";

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

buildCommand = ''
Expand Down

0 comments on commit 045515a

Please sign in to comment.