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
commit 9da97cd05a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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