postgresqlPackages.system_stats: 3.2 -> 3.2.1 (#492588)

This commit is contained in:
Wolfgang Walther
2026-02-22 16:57:51 +00:00
committed by GitHub
@@ -6,13 +6,13 @@
}:
postgresqlBuildExtension (finalAttrs: {
pname = "system_stats";
version = "3.2";
version = "3.2.1";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "system_stats";
tag = "v${finalAttrs.version}";
hash = "sha256-/xXnui0S0ZjRw7P8kMAgttHVv8T41aOhM3pM8P0OTig=";
hash = "sha256-VuSWpBqd8HeHEqfOcx8gNuCLtVWOkG7FJ8XM8Mp54ls=";
};
buildFlags = [ "PG_CFLAGS=-Wno-error=vla" ];