Skip to content

Commit 95578ad

Browse files
samrosesoedirgo
authored andcommitted
feat: update orioledb to beta11
1 parent af325c0 commit 95578ad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

nix/ext/orioledb.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ stdenv.mkDerivation rec {
66
src = fetchFromGitHub {
77
owner = "orioledb";
88
repo = "orioledb";
9-
rev = "beta10";
10-
sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc=";
9+
rev = "beta11";
10+
sha256 = "sha256-NUz6KzRMP+zdTUPp/Cdf4WA4PfSq5OnSgFPzUxV/nHo=";
1111
};
12-
version = "beta10";
12+
version = "beta11";
1313
buildInputs = [ curl libkrb5 postgresql python3 openssl ];
14-
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6";
14+
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=9";
1515
installPhase = ''
1616
runHook preInstall
1717

nix/postgresql/orioledb-17.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./generic.nix {
2-
version = "17_6";
3-
hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w=";
2+
version = "17_9";
3+
hash = "sha256-i/y0vTFXW4qcFFXIfYbpwXTlr9O9wCru+yabi7kx0G8=";
44
}

0 commit comments

Comments
 (0)