Skip to content

Commit ec49179

Browse files
committed
feat: update oriole to latest release, add testing suffix
1 parent e25f220 commit ec49179

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: nix/ext/orioledb.nix

+4-4
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 = "beta9";
10-
sha256 = "sha256-z2EHWsY+hhtnYzAxOl2PWjqfyJ+wp9SCau5LKPT2ec0=";
9+
rev = "beta10";
10+
sha256 = "sha256-O4OTi8ickylVXE9FURm5R++A+l15Z22YLna7OVzVMjc=";
1111
};
12-
version = "beta9";
12+
version = "beta10";
1313
buildInputs = [ curl libkrb5 postgresql python3 openssl ];
14-
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=5";
14+
buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=6";
1515
installPhase = ''
1616
runHook preInstall
1717

Diff for: nix/postgresql/orioledb-17.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import ./generic.nix {
2-
version = "17_5";
3-
hash = "sha256-OgXLpFanNp+ngPFKyCEDUFvIEWQ9nK/1csUO9lVTXaQ=";
2+
version = "17_6";
3+
hash = "sha256-HbuTcXNanFOl9YfvlSzQJon8CfAhc8TFwo/y7jXy51w=";
44
}

0 commit comments

Comments
 (0)