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

xrootd: 5.5.2 -> 5.5.3
This commit is contained in:
Mario Rodas
2023-02-19 18:39:05 -05:00
committed by GitHub
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.5.2";
version = "5.5.3";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-2zVCOcjL8TUbo38Dx7W8431ziouzuAdCfogsIMSOOmQ=";
hash = "sha256-61+8M6ubKX/GnsPLTql6XzGw/PTljpiXoDa1YoECya4=";
};
outputs = [ "bin" "out" "dev" "man" ];