mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-14 12:48:57 +00:00
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:
@@ -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 ++ [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user