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

xrootd: 5.4.3 -> 5.5.0
This commit is contained in:
Christian Kögler 2022-09-25 18:40:31 +02:00 committed by GitHub
commit c7fbbaa4a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,14 +23,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.4.3";
version = "5.5.0";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-BlMYm4ffSpUxqMjlDVZC59KOuLvwsk/BeBB3VBjAwjs=";
hash = "sha256-a8qw8uHxd7OLMMq+HPMB36O0Yjctlnf8DkfEdMvc1NQ=";
};
outputs = [ "bin" "out" "dev" "man" ];