postgresqlPackages.pg_squeeze: 1.9.2 -> 1.9.3

Release Notes:
https://github.com/cybertec-postgresql/pg_squeeze/releases/tag/REL1_9_3

Supports PG 19.
This commit is contained in:
Wolfgang Walther
2026-06-19 20:49:58 +02:00
parent 471ac28cfa
commit 8a725b7621
@@ -9,13 +9,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_squeeze";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "cybertec-postgresql";
repo = "pg_squeeze";
tag = "REL${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-gzep34mxV9D9xk/J7JfSTWg8EaM/BJezpM3tt/tlxmM=";
hash = "sha256-lwjiRWbz+MzfodcP3jgaLdOcZ2/UheZn10iXabdfxh0=";
};
passthru.updateScript = nix-update-script {