From 323f1945040c1a75900e16cbe529ba32902cf6ef Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sun, 7 Dec 2025 20:48:43 +0000 Subject: [PATCH] xrootd: 5.8.4 -> 5.9.1 Diff: https://github.com/xrootd/xrootd/compare/v5.8.4...v5.9.1 Changelog: https://github.com/xrootd/xrootd/releases/tag/v5.9.1 --- pkgs/by-name/xr/xrootd/package.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/pkgs/by-name/xr/xrootd/package.nix b/pkgs/by-name/xr/xrootd/package.nix index 6efafad9a8f3..4ad8f2d7951e 100644 --- a/pkgs/by-name/xr/xrootd/package.nix +++ b/pkgs/by-name/xr/xrootd/package.nix @@ -3,7 +3,6 @@ stdenv, callPackage, fetchFromGitHub, - fetchpatch2, davix, cmake, gtest, @@ -31,25 +30,16 @@ stdenv.mkDerivation (finalAttrs: { pname = "xrootd"; - version = "5.8.4"; + version = "5.9.1"; src = fetchFromGitHub { owner = "xrootd"; repo = "xrootd"; tag = "v${finalAttrs.version}"; fetchSubmodules = true; - hash = "sha256-r0wXAlm+K6TE6189QyZL/k3q5IKlouSBKWzWXz1Tws4="; + hash = "sha256-XClMtQfCGWpLtILGQyYCsKMcOlhLHC5i7UabzXH/imc="; }; - patches = [ - # Downgrade -Wnull-dereference from error to warning - # Should be removed in the release after next - (fetchpatch2 { - url = "https://github.com/xrootd/xrootd/commit/135b33b9631891219889fcaad449a4efb5e77d95.patch"; - hash = "sha256-t6Cy2XWp3B+sbMBxLhsh3WjQlXg4Tb7fF+rGGgYollU="; - }) - ]; - postPatch = '' patchShebangs genversion.sh substituteInPlace cmake/XRootDConfig.cmake.in \