Skip to content

Commit

Permalink
bump pg_net 0.14.0 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez authored Dec 10, 2024
1 parent 5e70797 commit 6468741
Showing 1 changed file with 2 additions and 2 deletions.
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.13.0";
version = "0.14.0";

buildInputs = [ curl postgresql ];

src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FRaTZPCJQPYAFmsJg22hYJJ0+gH1tMdDQoCQgiqEnaA=";
hash = "sha256-c1pxhTyrE5j6dY+M5eKAboQNofIORS+Dccz+7HKEKQI=";
};

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

0 comments on commit 6468741

Please sign in to comment.