Skip to content

Commit 31ec3d1

Browse files
authored
bump graphql to 1.5.9 (#1322)
1 parent c0a0905 commit 31ec3d1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

nix/ext/pg_graphql.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
{ lib, stdenv, fetchFromGitHub, postgresql, buildPgrxExtension_0_11_3, cargo, rust-bin }:
1+
{ lib, stdenv, fetchFromGitHub, postgresql, buildPgrxExtension_0_12_6, cargo, rust-bin }:
22
let
3-
rustVersion = "1.76.0";
3+
rustVersion = "1.80.0";
44
cargo = rust-bin.stable.${rustVersion}.default;
55
in
6-
buildPgrxExtension_0_11_3 rec {
6+
buildPgrxExtension_0_12_6 rec {
77
pname = "pg_graphql";
8-
version = "1.5.7";
8+
version = "1.5.9";
99
inherit postgresql;
1010

1111
src = fetchFromGitHub {
1212
owner = "supabase";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-Q6XfcTKVOjo5pGy8QACc4QCHolKxEGU8e0TTC6Zg8go=";
15+
hash = "sha256-YpLN43FtLhp2cb7cyM+4gEx8GTwsRiKTfxaMq0b8hk0=";
1616
};
1717

1818
nativeBuildInputs = [ cargo ];
@@ -25,7 +25,7 @@ buildPgrxExtension_0_11_3 rec {
2525
RUSTFLAGS = "-C link-arg=-undefined -C link-arg=dynamic_lookup";
2626
PGPORT = "5434";
2727
};
28-
cargoHash = "sha256-WkHufMw8OvinMRYd06ZJACnVvY9OLi069nCgq3LSmMY=";
28+
cargoHash = "sha256-d2RSHtJgbYlOvArjOTaeYoca01UyWPUEO5vhktxxB6U=";
2929

3030
# FIXME (aseipp): disable the tests since they try to install .control
3131
# files into the wrong spot, aside from that the one main test seems

0 commit comments

Comments
 (0)