xrootd: 5.4.2 -> 5.4.3

fix build with openssl 3
This commit is contained in:
ajs124
2022-07-11 02:58:43 +08:00
committed by Shamrock Lee
parent f0b4a5da47
commit e2e8e38186
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "xrootd";
version = "5.4.2";
version = "5.4.3";
src = fetchFromGitHub {
owner = "xrootd";
repo = "xrootd";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-k6uAJbUhpwnRrSeGn4JQiHDBrGJNQDf5vG2a+je5ByU=";
hash = "sha256-BlMYm4ffSpUxqMjlDVZC59KOuLvwsk/BeBB3VBjAwjs=";
};
outputs = [ "bin" "out" "dev" "man" ];