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 20 stdenv.mkDerivation rec { 21 pname = "xrootd"; 22 - version = "5.4.0"; 23 24 src = fetchFromGitHub { 25 owner = "xrootd"; 26 repo = "xrootd"; 27 rev = "v${version}"; 28 fetchSubmodules = true; 29 - sha256 = "A2yUz2KhuRBoo5lMpZwPLNCJlYQXqsZSBR+Knj+gWAk="; 30 }; 31 32 outputs = [ "bin" "out" "dev" "man" ];
··· 19 20 stdenv.mkDerivation rec { 21 pname = "xrootd"; 22 + version = "5.4.1"; 23 24 src = fetchFromGitHub { 25 owner = "xrootd"; 26 repo = "xrootd"; 27 rev = "v${version}"; 28 fetchSubmodules = true; 29 + sha256 = "sha256-rr6cZ6tyrpCQyKcPBWwGsRAsLbjTXAoTtxf+u1UmvZo="; 30 }; 31 32 outputs = [ "bin" "out" "dev" "man" ];