Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

jenkins: 2.138.1 -> 2.138.2

(cherry picked from commit 88e7d7b350c4012f413c0a308e7248f15a6524ab)

authored by

Ben Challenor and committed by
Franz Pletz
d457ecd3 af217276

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/jenkins/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "jenkins-${version}"; 5 - version = "2.138.1"; 6 7 src = fetchurl { 8 url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war"; 9 - sha256 = "09svkqii9lv1br0al6wjn1l0fsqf6s7fdrfc0awmfsg8fmjlpf7c"; 10 }; 11 12 buildCommand = ''
··· 2 3 stdenv.mkDerivation rec { 4 name = "jenkins-${version}"; 5 + version = "2.138.2"; 6 7 src = fetchurl { 8 url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war"; 9 + sha256 = "10qyr8izngnhlr1b03a9vdnbmwprbqsjnd55hjdalmxy6dq5mvfq"; 10 }; 11 12 buildCommand = ''