postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26

R. Ryantm 57ebdbf5 8e2f87ab

+3 -3
+3 -3
pkgs/servers/sql/postgresql/ext/omnigres.nix
··· 21 in 22 postgresqlBuildExtension (finalAttrs: { 23 pname = "omnigres"; 24 - version = "0-unstable-2025-09-15"; 25 26 src = fetchFromGitHub { 27 owner = "omnigres"; 28 repo = "omnigres"; 29 - rev = "5535ce27d6c80b3e0cf891d93e3ee07af492346c"; 30 - hash = "sha256-Ha5orh/6tvaNhGWmFpC/+ZV7WcD+nqkjwf3grhKUPys="; 31 }; 32 33 # This matches postInstall of PostgreSQL's generic.nix, which does this for the PGXS Makefile.
··· 21 in 22 postgresqlBuildExtension (finalAttrs: { 23 pname = "omnigres"; 24 + version = "0-unstable-2025-09-26"; 25 26 src = fetchFromGitHub { 27 owner = "omnigres"; 28 repo = "omnigres"; 29 + rev = "247383198a95d045df0d97ece5a81adffb5c08e8"; 30 + hash = "sha256-RrdtUtrs0Mh1VyMbF89qJhr2fnCVcQy2l1/85/mJ/4Y="; 31 }; 32 33 # This matches postInstall of PostgreSQL's generic.nix, which does this for the PGXS Makefile.