jenkins: 2.462.3 -> 2.479.2 (#360869)

Fixes CVE-2024-47855.
https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3463

Changelog:
https://www.jenkins.io/changelog-stable/#v2.479.2

authored by Thomas Gerbet and committed by GitHub b53f626e 0675118d

+3 -3
+3 -3
pkgs/by-name/je/jenkins/package.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "jenkins"; 7 - version = "2.462.3"; 7 + version = "2.479.2"; 8 8 9 9 src = fetchurl { 10 10 url = "https://get.jenkins.io/war-stable/${version}/jenkins.war"; 11 - hash = "sha256-PlO1KoFkBeOxCtB/HEjNDLXLP4kyB+9/neKEFYBrk8E="; 11 + hash = "sha256-F3wsAz8NOuQUjmAdD9raYBEtg/JQUh86Cg/ZfLsTjb0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ]; ··· 56 56 if [ ! "$oldVersion" = "$version" ]; then 57 57 update-source-version jenkins "$version" "$hash" 58 58 nixpkgs="$(git rev-parse --show-toplevel)" 59 - default_nix="$nixpkgs/pkgs/development/tools/continuous-integration/jenkins/default.nix" 59 + default_nix="$nixpkgs/pkgs/by-name/je/jenkins/package.nix" 60 60 nixfmt "$default_nix" 61 61 else 62 62 echo "jenkins is already up-to-date"