mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
postgresqlPackages.omnigres: 0-unstable-2025-05-16 -> 0-unstable-2025-06-03 (#414586)
This commit is contained in:
commit
435b64d298
1 changed files with 8 additions and 3 deletions
|
@ -12,6 +12,7 @@
|
||||||
postgresqlBuildExtension,
|
postgresqlBuildExtension,
|
||||||
postgresqlTestExtension,
|
postgresqlTestExtension,
|
||||||
python3,
|
python3,
|
||||||
|
unstableGitUpdater,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -19,13 +20,13 @@ let
|
||||||
in
|
in
|
||||||
postgresqlBuildExtension (finalAttrs: {
|
postgresqlBuildExtension (finalAttrs: {
|
||||||
pname = "omnigres";
|
pname = "omnigres";
|
||||||
version = "0-unstable-2025-05-16";
|
version = "0-unstable-2025-06-03";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "omnigres";
|
owner = "omnigres";
|
||||||
repo = "omnigres";
|
repo = "omnigres";
|
||||||
rev = "84f14792d80fb6fd60b680b7825245a8e7c5583e";
|
rev = "d347be5ae1d79645ac277d19080eacba7b229cf8";
|
||||||
hash = "sha256-jOlHXl7ANhMwOPizd5KH+wYZmBNNkkIa9jbXZR8Xu28=";
|
hash = "sha256-LKsH+aeLg7v2RfK80D3mgXdPB8jMIv5uFdf+3c5Z0vA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -75,6 +76,10 @@ postgresqlBuildExtension (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater {
|
||||||
|
hardcodeZeroVersion = true;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Postgres as a Business Operating System";
|
description = "Postgres as a Business Operating System";
|
||||||
homepage = "https://docs.omnigres.org";
|
homepage = "https://docs.omnigres.org";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue