Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: update pg_jsonschema to the release just cut for pg16 compat (#49
Browse files Browse the repository at this point in the history
)
  • Loading branch information
samrose authored Feb 29, 2024
1 parent 40df685 commit b38fcc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/pg_jsonschema.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

buildPgrxExtension rec {
pname = "pg_jsonschema";
version = "unstable-e8c331f106a7970eaa406b844c83c259ff2f0e84";
version = "unstable-v0.3.0";
inherit postgresql;

src = fetchFromGitHub {
owner = "supabase";
repo = pname;
rev = "e8c331f106a7970eaa406b844c83c259ff2f0e84";
hash = "sha256-Z88cKMhkCkLKaeP5oFMJNxojIPfrOyPTBfCM0TKOi0E=";
rev = "v0.3.0";
hash = "sha256-am6Ye+pOoAsOr9L4vJXw4iIOJ9x0VkUjqH6PdXMUZrk=";
};

cargoHash = "sha256-i05gkqyBIH+xkAognSKouyA08B2kKZ/W94t5QgG/BHA=";
cargoHash = "sha256-tiiWzu/mTKL5ruvWn6IxrXVhVqS4LXzjfacdFT9rbOY=";

# FIXME (aseipp): testsuite tries to write files into /nix/store; we'll have
# to fix this a bit later.
Expand Down

0 comments on commit b38fcc7

Please sign in to comment.