postgresqlPackages.omnigres: 0-unstable-2025-08-06 -> 0-unstable-2025-08-15 (#434278)

This commit is contained in:
Wolfgang Walther 2025-08-18 15:27:55 +00:00 committed by GitHub
commit 519dac385d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@ let
in in
postgresqlBuildExtension (finalAttrs: { postgresqlBuildExtension (finalAttrs: {
pname = "omnigres"; pname = "omnigres";
version = "0-unstable-2025-08-06"; version = "0-unstable-2025-08-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "omnigres"; owner = "omnigres";
repo = "omnigres"; repo = "omnigres";
rev = "dbfaeb18f4653b1263a61d7b937ec1392a7cfda2"; rev = "d2cd8f8aef5b865367fd47bf46c59ede24bfd1ed";
hash = "sha256-IjZ+U9p4qjhCrgPGLMkuVumGdeiWqYy80byCmUrNSvQ="; hash = "sha256-PR5fK2prERTY+dDr+zoqXWfNzl5Vyv85Jh6RPNNtDtI=";
}; };
# This matches postInstall of PostgreSQL's generic.nix, which does this for the PGXS Makefile. # This matches postInstall of PostgreSQL's generic.nix, which does this for the PGXS Makefile.