orioledb: 17.20 -> 18.1 (orioledb-postgres)

Release Notes:
https://github.com/orioledb/postgres/releases/tag/patches18_1
https://github.com/orioledb/orioledb/releases/tag/beta16
This commit is contained in:
Wolfgang Walther
2026-07-11 10:24:21 +02:00
parent 34baa2636e
commit 483003dbd1
2 changed files with 9 additions and 9 deletions

View File

@@ -10,14 +10,14 @@
postgresqlBuildExtension (finalAttrs: {
pname = "orioledb";
# SQL extension version is 1.8, official version is beta16-pre-3
version = "1.8-beta16-pre-3";
# SQL extension version is 1.8, official version is beta16
version = "1.8-beta16";
src = fetchFromGitHub {
owner = "orioledb";
repo = "orioledb";
tag = "beta16-pre-3";
hash = "sha256-nBLyc9VFETRo75HfBSLmQ13a6Vcc9rlSCp06y/SnDqQ=";
tag = "beta16";
hash = "sha256-HCfNzMPt80nGeVwlstUCeMpdNZYd9KhLLHYyD/Hvuhk=";
};
buildInputs = postgresql.buildInputs ++ [

View File

@@ -1,20 +1,20 @@
{
fetchFromGitHub,
lib,
postgresql_17,
postgresql_18,
}:
let
orioledb-postgres = postgresql_17.overrideAttrs (
orioledb-postgres = postgresql_18.overrideAttrs (
finalAttrs: oldAttrs: {
pname = "orioledb-postgres";
version = "17.20";
version = "18.1";
src = fetchFromGitHub {
owner = "orioledb";
repo = "postgres";
tag = "patches17_20";
hash = "sha256-3dC00fFpD8fJDKed37oQvILMtA3GKBsWo1GEdUQzXzQ=";
tag = "patches18_1";
hash = "sha256-TCpmTa9R+a+rrTRSNkfhBDaVto1RtKf1R+qnepw9bV0=";
};
# Configure extracts the patch version from the git tag. This