Skip to content

Commit

Permalink
jenkins: 2.138.1 -> 2.138.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bchallenor committed Oct 13, 2018
1 parent b6421bf commit 88e7d7b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.138.1";
version = "2.138.2";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "09svkqii9lv1br0al6wjn1l0fsqf6s7fdrfc0awmfsg8fmjlpf7c";
sha256 = "10qyr8izngnhlr1b03a9vdnbmwprbqsjnd55hjdalmxy6dq5mvfq";
};

buildCommand = ''
Expand Down

0 comments on commit 88e7d7b

Please sign in to comment.