postgresqlPackages.pg_partman: 5.3.0 -> 5.3.1 (#455377)

This commit is contained in:
Wolfgang Walther
2025-10-25 08:52:50 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_partman";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "pgpartman";
repo = "pg_partman";
tag = "v${finalAttrs.version}";
hash = "sha256-Lib7UY06qjv95ndwx3sjPBcL5MtsLNx8IVOpZ1CgDG8=";
hash = "sha256-LK+z/0puUuNLz2ah/SDaxxyLS/On/cmCBhKNwTLa7Pk=";
};
meta = {