Skip to content

Commit 0fc4760

Browse files
committed
pgmq in prime
1 parent 68c5103 commit 0fc4760

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

nix/ext/pgmq.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
stdenv.mkDerivation rec {
44
pname = "pgmq";
5-
version = "1.4.0";
5+
version = "1.4.2";
66

77
buildInputs = [ postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "tembo-io";
1111
repo = pname;
1212
rev = "v${version}";
13-
hash = "sha256-k7iKp2CZY3M8POUqIOIbKxrofoOfn2FxfVW01KYojPA=";
13+
hash = "sha256-vvEYLpPKZf3yXFa1AZDnjawjP0Q/0k5MUXinj7Kb7a8=";
1414
};
1515

1616
buildPhase = ''

nix/tests/prime.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ create extension old_snapshot;
3030
create extension pageinspect;
3131
create extension pg_backtrace;
3232
create extension pg_buffercache;
33-
create extension pgmq;
33+
create extension pg_backtrace;
3434

3535
/*
3636
TODO: Does not enable locally mode
@@ -55,6 +55,7 @@ create extension pg_visibility;
5555
create extension pg_walinspect;
5656
create extension pgaudit;
5757
create extension pgcrypto;
58+
create extension pgmq;
5859
create extension pgtap;
5960
create extension pgjwt;
6061
create extension pgroonga;

0 commit comments

Comments
 (0)