Skip to content

Commit

Permalink
bump to pg_net 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed Oct 11, 2024
1 parent 4ab3640 commit d8f8844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.1.1.94"
postgres-version = "15.1.1.95"
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.10.0";
version = "0.11.0";

buildInputs = [ curl postgresql ];

src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-R9Mzw5gvV7b2R59LTOzuOc0AI99+3ncFNzijI4mySUg=";
hash = "sha256-XN441jXK1q+I/LZRNwvzbSsebXHgZ8iYsslZvcPFlAs=";
};

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

0 comments on commit d8f8844

Please sign in to comment.