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="; }