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
commit 7dd417b77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,14 +24,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xrootd"; pname = "xrootd";
version = "5.5.2"; version = "5.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xrootd"; owner = "xrootd";
repo = "xrootd"; repo = "xrootd";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-2zVCOcjL8TUbo38Dx7W8431ziouzuAdCfogsIMSOOmQ="; hash = "sha256-61+8M6ubKX/GnsPLTql6XzGw/PTljpiXoDa1YoECya4=";
}; };
outputs = [ "bin" "out" "dev" "man" ]; outputs = [ "bin" "out" "dev" "man" ];