postgresqlPackages.pgmq: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-04-01 15:58:44 +00:00
parent 295421991b
commit f651e277be
+2 -2
View File
@@ -8,13 +8,13 @@
postgresqlBuildExtension rec {
pname = "pgmq";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "tembo-io";
repo = "pgmq";
tag = "v${version}";
hash = "sha256-iFIHkqL9w7Bw1dxmmL1i0D5Xxq+ljFLf24M9vHArwvE=";
hash = "sha256-IU+i6ONPwtgsFKdzya6E+222ualR66gkbb0lDr+7Rb8=";
};
sourceRoot = "${src.name}/pgmq-extension";