8000 bump to pg_net 0.9.3 · hscmgroup/postgres@a92bebe · GitHub
[go: up one dir, main page]

Skip to content

Commit a92bebe

Browse files
steve-chavezdarora
authored andcommitted
bump to pg_net 0.9.3
This will only be updated for Nix.
1 parent 274704e commit a92bebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/pg_net.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 = "pg_net";
5-
version = "0.9.2";
5+
version = "0.9.3";
66

77
buildInputs = [ curl postgresql ];
88

99
src = fetchFromGitHub {
1010
owner = "supabase";
1111
repo = pname;
1212
rev = "refs/tags/v${version}";
13-
hash = "sha256-Ac3lpHhBFTxeSb/HERwZ4fT8PJ7Ibrivn/hDkrs0IYE=";
13+
hash = "sha256-pgyGMJiwmIrghmWOieJoQjWma/A4XAsqLzCjmAyuU9w=";
1414
};
1515

1616
env.NIX_CFLAGS_COMPILE = "-Wno-error";

0 commit comments

Comments
 (0)
0