Merge pull request #161743 from r-ryantm/auto-update/xrootd

xrootd: 5.4.0 -> 5.4.1

authored by Bobby Rong and committed by GitHub 9da97cd0 e40bc249

+2 -2
+2 -2
pkgs/tools/networking/xrootd/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "xrootd"; 22 - version = "5.4.0"; 22 + version = "5.4.1"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "xrootd"; 26 26 repo = "xrootd"; 27 27 rev = "v${version}"; 28 28 fetchSubmodules = true; 29 - sha256 = "A2yUz2KhuRBoo5lMpZwPLNCJlYQXqsZSBR+Knj+gWAk="; 29 + sha256 = "sha256-rr6cZ6tyrpCQyKcPBWwGsRAsLbjTXAoTtxf+u1UmvZo="; 30 30 }; 31 31 32 32 outputs = [ "bin" "out" "dev" "man" ];