postgresqlPackages.pgmq: 1.8.0 -> 1.8.1

This commit is contained in:
R. Ryantm
2025-12-30 19:15:29 +00:00
parent cad22e7d99
commit 0a63a2379f

View File

@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pgmq";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "tembo-io";
repo = "pgmq";
tag = "v${finalAttrs.version}";
hash = "sha256-oXsThqRs+nrNCb9A560gW3sm6LPQFucrlSolNCi0z3w=";
hash = "sha256-iPls5ABcpYUXd/Lqk0U8GFzM4iq0lqMbJO4v4z27tNI=";
};
sourceRoot = "${finalAttrs.src.name}/pgmq-extension";