postgresqlPackages.pgmq: 1.11.0 -> 1.11.1 (#512069)

This commit is contained in:
Wolfgang Walther
2026-04-21 16:01:32 +00:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgmq";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "tembo-io";
repo = "pgmq";
tag = "v${finalAttrs.version}";
hash = "sha256-fJWINP7Dvc79blpfYbGfTEKZtcA/S8KAjmX5uPhmXBM=";
hash = "sha256-BPOrQ7HcgTaTJIRzWUCG3iJN3mUjwIxa/wPxvJ1l4o4=";
};
sourceRoot = "${finalAttrs.src.name}/pgmq-extension";