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

jenkins: 2.414.2 -> 2.414.3
This commit is contained in:
Fabián Heredia Montiel 2023-10-19 22:00:16 -06:00 committed by GitHub
commit d1da55f9a5
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.414.2";
version = "2.414.3";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-kiu/Ymn92tYUu2VAJB7QzlUjpKUyginhX157t//VZbg=";
hash = "sha256-LZMlS8GG3zSbxK0GtrHddXxJMZDwVY0RHb2pUXqEe1k=";
};
nativeBuildInputs = [ makeWrapper ];