Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions nix/ext/orioledb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions nix/postgresql/orioledb-17.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ./generic.nix {
version = "17_6";
hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w=";
version = "17_9";
hash = "sha256-i/y0vTFXW4qcFFXIfYbpwXTlr9O9wCru+yabi7kx0G8=";
}