Skip to content

Commit e14b497

Browse files
committed
Revert "chore: bump to pg_net 0.19.3"
This reverts commit 2442765.
1 parent a43cbe0 commit e14b497

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

nix/ext/pg_net.nix

Lines changed: 4 additions & 2 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.19.3";
11+
version = "0.14.0";
1212

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

25+
env.NIX_CFLAGS_COMPILE = "-Wno-error";
26+
2527
installPhase = ''
2628
mkdir -p $out/{lib,share/postgresql/extension}
2729

0 commit comments

Comments
 (0)