Skip to content

Commit

Permalink
bump to pg_net 0.9.3
Browse files Browse the repository at this point in the history
This will only be updated for Nix.
  • Loading branch information
steve-chavez committed Aug 9, 2024
1 parent 72813a3 commit 0bb6abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.108"
postgres-version = "15.6.1.109"
4 changes: 2 additions & 2 deletions nix/ext/pg_net.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "pg_net";
version = "0.9.2";
version = "0.9.3";

buildInputs = [ curl postgresql ];

src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Ac3lpHhBFTxeSb/HERwZ4fT8PJ7Ibrivn/hDkrs0IYE=";
hash = "sha256-pgyGMJiwmIrghmWOieJoQjWma/A4XAsqLzCjmAyuU9w=";
};

env.NIX_CFLAGS_COMPILE = "-Wno-error";
Expand Down

0 comments on commit 0bb6abe

Please sign in to comment.