Merge pull request #331978 from r-ryantm/auto-update/gfal2

gfal2: 2.22.2 -> 2.23.0
This commit is contained in:
Sebastián Mancilla
2024-08-22 23:20:49 -04:00
committed by GitHub
+2 -2
View File
@@ -22,13 +22,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gfal2";
version = "2.22.2";
version = "2.23.0";
src = fetchFromGitHub {
owner = "cern-fts";
repo = "gfal2";
rev = "v${finalAttrs.version}";
hash = "sha256-xcM29mZRUrnSE0//rHMaJFgPBeT6E4WdB9tCFa/y5+g=";
hash = "sha256-LEvmjd3A+7JHfUOAnyRyXMsJd/8JO2rVpcIT7QGSJoo=";
};
passthru.enablePluginStatus = {