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
commit 584734ee64
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.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" ];