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

xrootd: 5.5.4 -> 5.5.5
This commit is contained in:
Nick Cao 2023-05-13 10:02:09 +08:00 committed by GitHub
commit d5c91afdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.5.4";
version = "5.5.5";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-6yjZ50ZTXfKcfYwuuAwqXOWsVucpNRWEC9F3rcYSRXQ=";
hash = "sha256-SLmxv8opN7z4V07S9kLGo8HG7Ql62iZQLtf3zGemwA8=";
};
outputs = [ "bin" "out" "dev" "man" ];