mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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,
|
||||
postgresqlTestExtension,
|
||||
python3,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -19,13 +20,13 @@ let
|
|||
in
|
||||
postgresqlBuildExtension (finalAttrs: {
|
||||
pname = "omnigres";
|
||||
version = "0-unstable-2025-05-16";
|
||||
version = "0-unstable-2025-06-03";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "omnigres";
|
||||
repo = "omnigres";
|
||||
rev = "84f14792d80fb6fd60b680b7825245a8e7c5583e";
|
||||
hash = "sha256-jOlHXl7ANhMwOPizd5KH+wYZmBNNkkIa9jbXZR8Xu28=";
|
||||
rev = "d347be5ae1d79645ac277d19080eacba7b229cf8";
|
||||
hash = "sha256-LKsH+aeLg7v2RfK80D3mgXdPB8jMIv5uFdf+3c5Z0vA=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -75,6 +76,10 @@ postgresqlBuildExtension (finalAttrs: {
|
|||
'';
|
||||
};
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
hardcodeZeroVersion = true;
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Postgres as a Business Operating System";
|
||||
homepage = "https://docs.omnigres.org";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue