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

jenkins: 2.361.3 -> 2.361.4
This commit is contained in:
ajs124 2022-11-16 20:55:25 +01:00 committed by GitHub
commit ddceef0244
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.3";
version = "2.361.4";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-85y40J/RfHLcCWURzlDyRfwwBNECKqr2BCGlNvdAybk=";
hash = "sha256-s4/iGK+1RHsMmm+jCNerdirFpY3YmqaLc1BnrWw3wXs=";
};
nativeBuildInputs = [ makeWrapper ];