postgresqlPackages.pg_partman: 5.4.3 -> 5.5.0

This commit is contained in:
R. Ryantm
2026-07-29 15:49:36 +00:00
parent cbfc619200
commit 2eff50a128
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_partman";
version = "5.4.3";
version = "5.5.0";
src = fetchFromGitHub {
owner = "pgpartman";
repo = "pg_partman";
tag = "v${finalAttrs.version}";
hash = "sha256-oZiwU0cZkHViQ6aiOeJCroXAGFKN3krDOYc/bnyTEAw=";
hash = "sha256-hcss99fhb78GSq1+ZngoU8A5NPD1kSndE+4scXVya6c=";
};
meta = {