gfal2: 2.23.2 -> 2.23.5

This commit is contained in:
R. Ryantm
2025-11-07 13:21:47 +00:00
parent 0ef8247742
commit 86f27bc304
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gfal2";
version = "2.23.2";
version = "2.23.5";
src = fetchFromGitHub {
owner = "cern-fts";
repo = "gfal2";
rev = "v${finalAttrs.version}";
hash = "sha256-gyEmz0sNHyxjvJA/3uSzLW42PQ3UVKx6nptNYl/3ExM=";
hash = "sha256-Dt6xA7U4aPKFZmO2iAiYM99w5ZIZNQJ+JXzuVItIlBM=";
};
passthru.enablePluginStatus = {