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

xrootd: 5.4.0 -> 5.4.1
This commit is contained in:
Bobby Rong
2022-02-26 09:41:01 +08:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.4.0";
version = "5.4.1";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "A2yUz2KhuRBoo5lMpZwPLNCJlYQXqsZSBR+Knj+gWAk=";
sha256 = "sha256-rr6cZ6tyrpCQyKcPBWwGsRAsLbjTXAoTtxf+u1UmvZo=";
};
outputs = [ "bin" "out" "dev" "man" ];