postgresqlPackages.omnigres: 0-unstable-2025-05-16 -> 0-unstable-2025-06-03 (#414586)

This commit is contained in:
Wolfgang Walther 2025-06-09 13:14:59 +00:00 committed by GitHub
commit 435b64d298
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";