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

This commit is contained in:
Sandro
2022-03-28 14:49:51 +02:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-rr6cZ6tyrpCQyKcPBWwGsRAsLbjTXAoTtxf+u1UmvZo=";
sha256 = "sha256-k6uAJbUhpwnRrSeGn4JQiHDBrGJNQDf5vG2a+je5ByU=";
};
outputs = [ "bin" "out" "dev" "man" ];