postgresqlPackages.system_stats: 3.2.1 -> 4.0

This commit is contained in:
R. Ryantm
2026-04-11 13:03:41 +00:00
parent 13043924aa
commit 4afdaea00c
@@ -6,13 +6,13 @@
}:
postgresqlBuildExtension (finalAttrs: {
pname = "system_stats";
version = "3.2.1";
version = "4.0";
src = fetchFromGitHub {
owner = "EnterpriseDB";
repo = "system_stats";
tag = "v${finalAttrs.version}";
hash = "sha256-VuSWpBqd8HeHEqfOcx8gNuCLtVWOkG7FJ8XM8Mp54ls=";
hash = "sha256-+DHfhLBoYdWBvXZVcvnWlNwceTNsQ/irEdgnklv5onA=";
};
buildFlags = [ "PG_CFLAGS=-Wno-error=vla" ];