postgresqlPackages.pgddl: 0.29 -> 0.30 (#437860)

This commit is contained in:
dish
2025-09-01 14:33:49 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
}:
postgresqlBuildExtension (finalAttrs: {
pname = "pgddl";
version = "0.29";
version = "0.30";
src = fetchFromGitHub {
owner = "lacanoid";
repo = "pgddl";
tag = finalAttrs.version;
hash = "sha256-W3G6TGtkj+zXXdGZZR0bmZhsLuFJvuGTlDoo8kL8sf0=";
hash = "sha256-w08IgnobIhlwRGrz+feEnZbI1KrWrMRI4BvNVUZFSSg=";
};
nativeBuildInputs = [