xrootd: 5.5.3 -> 5.5.4

This commit is contained in:
R. Ryantm
2023-03-26 21:36:18 +00:00
parent 18f0a62146
commit 3bdb805c5f
+2 -2
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" ];