postgresqlPackages.hypopg: 1.4.2 -> 1.4.3 (#534197)

This commit is contained in:
Nick Cao
2026-06-23 20:05:00 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "hypopg";
version = "1.4.2";
version = "1.4.3";
src = fetchFromGitHub {
owner = "HypoPG";
repo = "hypopg";
tag = finalAttrs.version;
hash = "sha256-J1ltvNHB2v2I9IbYjM8w2mhXvBX31NkMasCL0O7bV8w=";
hash = "sha256-d8j1mvn/9R8LEQCqstBxddRqQYZ9k4hcOrlQp7cPtYI=";
};
passthru = {