xrootd: 5.4.3 -> 5.5.0

This commit is contained in:
R. Ryantm 2022-09-01 18:12:30 +00:00
parent b24dbddb58
commit 3b3fa4f1da

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" ];