postgresqlPackages.pg_partman: 5.2.4 -> 5.3.0

This commit is contained in:
R. Ryantm
2025-10-12 21:20:18 +00:00
parent 405a1a99e8
commit 08fc37d4f4
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_partman";
version = "5.2.4";
version = "5.3.0";
src = fetchFromGitHub {
owner = "pgpartman";
repo = "pg_partman";
tag = "v${finalAttrs.version}";
hash = "sha256-i/o+JZEXnJRO17kfdTw87aca28+I8pvuFZsPMA/kf+w=";
hash = "sha256-Lib7UY06qjv95ndwx3sjPBcL5MtsLNx8IVOpZ1CgDG8=";
};
meta = {