gfal2: 2.23.2 -> 2.23.5 (#459457)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-08 08:14:14 +00:00
committed by GitHub
+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 = {