Merge pull request #274562 from r-ryantm/auto-update/jenkins

jenkins: 2.426.1 -> 2.426.2
This commit is contained in:
Pascal Bach 2023-12-17 19:01:10 +01:00 committed by GitHub
commit 8f19625d2c
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.426.1";
version = "2.426.2";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-jYTzzdZDDAmNH084dAlX4/LQrCYbL5xoy/nDBjY/0cg=";
hash = "sha256-NzG59Elz+78+U1+YqAwhqtlxnLTuqKHlnpdMEf6EaEg=";
};
nativeBuildInputs = [ makeWrapper ];