We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae75a09 commit 1c47451Copy full SHA for 1c47451
nix/ext/pg_net.nix
@@ -2,15 +2,15 @@
2
3
stdenv.mkDerivation rec {
4
pname = "pg_net";
5
- version = "0.13.0";
+ version = "0.14.0";
6
7
buildInputs = [ curl postgresql ];
8
9
src = fetchFromGitHub {
10
owner = "supabase";
11
repo = pname;
12
rev = "refs/tags/v${version}";
13
- hash = "sha256-FRaTZPCJQPYAFmsJg22hYJJ0+gH1tMdDQoCQgiqEnaA=";
+ hash = "sha256-c1pxhTyrE5j6dY+M5eKAboQNofIORS+Dccz+7HKEKQI=";
14
};
15
16
env.NIX_CFLAGS_COMPILE = "-Wno-error";
0 commit comments