Skip to content

Commit 2442765

Browse files
committed
chore: bump to pg_net 0.19.3
1 parent c27f245 commit 2442765

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

nix/ext/pg_net.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "pg_net";
11-
version = "0.14.0";
11+
version = "0.19.3";
1212

1313
buildInputs = [
1414
curl
@@ -19,11 +19,9 @@ stdenv.mkDerivation rec {
1919
owner = "supabase";
2020
repo = pname;
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-c1pxhTyrE5j6dY+M5eKAboQNofIORS+Dccz+7HKEKQI=";
22+
hash = "sha256-PZYIwkXp1rOzRCDZivJFMuEQBYJaaibUN/WkL+6crSg=";
2323
};
2424

25-
env.NIX_CFLAGS_COMPILE = "-Wno-error";
26-
2725
installPhase = ''
2826
mkdir -p $out/{lib,share/postgresql/extension}
2927

0 commit comments

Comments
 (0)