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

xrootd: 5.5.3 -> 5.5.4
This commit is contained in:
Dmitry Kalinkin 2023-03-26 20:02:36 -04:00 committed by GitHub
commit fb087c7904
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.3";
version = "5.5.4";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-61+8M6ubKX/GnsPLTql6XzGw/PTljpiXoDa1YoECya4=";
hash = "sha256-6yjZ50ZTXfKcfYwuuAwqXOWsVucpNRWEC9F3rcYSRXQ=";
};
outputs = [ "bin" "out" "dev" "man" ];