From f22b563d7ec8ac3de70460b54cbc8f1c4b779f52 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Thu, 22 May 2025 21:18:35 -0400 Subject: [PATCH] feat: update orioledb to beta11 --- nix/ext/orioledb.nix | 8 ++++---- nix/postgresql/orioledb-17.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nix/ext/orioledb.nix b/nix/ext/orioledb.nix index 96e70e308..9728fdc09 100644 --- a/nix/ext/orioledb.nix +++ b/nix/ext/orioledb.nix @@ -6,12 +6,12 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "orioledb"; repo = "orioledb"; - rev = "beta10"; - sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc="; + rev = "beta11"; + sha256 = "sha256-NUz6KzRMP+zdTUPp/Cdf4WA4PfSq5OnSgFPzUxV/nHo="; }; - version = "beta10"; + version = "beta11"; buildInputs = [ curl libkrb5 postgresql python3 openssl ]; - buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6"; + buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=9"; installPhase = '' runHook preInstall diff --git a/nix/postgresql/orioledb-17.nix b/nix/postgresql/orioledb-17.nix index b8e5bc374..4a6264828 100644 --- a/nix/postgresql/orioledb-17.nix +++ b/nix/postgresql/orioledb-17.nix @@ -1,4 +1,4 @@ import ./generic.nix { - version = "17_6"; - hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w="; + version = "17_9"; + hash = "sha256-i/y0vTFXW4qcFFXIfYbpwXTlr9O9wCru+yabi7kx0G8="; }