xrootd: 5.5.2 -> 5.5.3

This commit is contained in:
R. Ryantm 2023-02-19 08:20:51 +00:00
parent 03057aa1fd
commit c7ba69b1f8

View File

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