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

jenkins: 2.387.1 -> 2.387.2
This commit is contained in:
ajs124 2023-04-09 20:48:53 +02:00 committed by GitHub
commit 2919a773be
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.387.1";
version = "2.387.2";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-wTKh4AtoWvx5luulML5CijJ5xkk5lBf5+jj8vA2+wCc=";
hash = "sha256-XjnLBtm56xijIYtFoHxru4Afs1O3dOtb93SfiRtQDKk=";
};
nativeBuildInputs = [ makeWrapper ];