Merge pull request #199149 from helsinki-systems/upd/jenkins

jenkins: 2.361.2 -> 2.361.3
This commit is contained in:
ajs124 2022-11-06 18:57:18 +01:00 committed by GitHub
commit dd0534b57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.361.2";
version = "2.361.3";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-QRp5x+DVCCdFBx4mEIE0aqTKJ/ZJ/rBBdW0dJ6mD2/Y=";
hash = "sha256-85y40J/RfHLcCWURzlDyRfwwBNECKqr2BCGlNvdAybk=";
};
nativeBuildInputs = [ makeWrapper ];