9 buildPgrxExtension (finalAttrs: {
11 cargo-pgrx = cargo-pgrx_0_12_6;
16 src = fetchFromGitHub {
19 # ToDo: 1.5.12 has not been tagged yet, hence `rev` is used instead for now
20 #tag = "v${finalAttrs.version}";
21 rev = "62cd075863dcf9c34124776465be616517e8d8d8";
22 hash = "sha256-dnKsu3rRj+mV7vKhdY8zx79rAisPzJ7d6ulQ8gOCk8Q=";
25 cargoHash = "sha256-RNDCFsCDsZ9bZ4D9mzZ8BX+JYZggxzxPceg4FdPLR+4=";
27 # pgrx tests try to install the extension into postgresql nix store
31 updateScript = nix-update-script { };
35 description = "GraphQL support for PostgreSQL";
36 homepage = "https://supabase.github.io/pg_graphql";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ julm ];