postgresqlPackages.pgmq: 1.11.1 -> 1.12.0

This commit is contained in:
R. Ryantm
2026-07-17 21:11:01 +00:00
parent b5d95a3fd3
commit 4eb834661e
+2 -2
View File
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgmq";
version = "1.11.1";
version = "1.12.0";
src = fetchFromGitHub {
owner = "pgmq";
repo = "pgmq";
tag = "v${finalAttrs.version}";
hash = "sha256-BPOrQ7HcgTaTJIRzWUCG3iJN3mUjwIxa/wPxvJ1l4o4=";
hash = "sha256-yyE5XcwmVC2j4tXx5je6+BvsKD96JVZ/mY5xRyeq8gc=";
};
sourceRoot = "${finalAttrs.src.name}/pgmq-extension";