From b38fcc7a9a72cbe2aef863ac2eb99046854ba5fc Mon Sep 17 00:00:00 2001 From: samrose Date: Thu, 29 Feb 2024 11:46:22 -0500 Subject: [PATCH] chore: update pg_jsonschema to the release just cut for pg16 compat (#49) --- ext/pg_jsonschema.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/pg_jsonschema.nix b/ext/pg_jsonschema.nix index b7d4ecd..19c4ae2 100644 --- a/ext/pg_jsonschema.nix +++ b/ext/pg_jsonschema.nix @@ -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.