postgresqlPackages.pg_squeeze: 1.9.0 -> 1.9.1

This commit is contained in:
R. Ryantm
2025-09-22 07:41:38 +00:00
parent 734d9fee04
commit a40a3f930b

View File

@@ -9,13 +9,13 @@
postgresqlBuildExtension (finalAttrs: { postgresqlBuildExtension (finalAttrs: {
pname = "pg_squeeze"; pname = "pg_squeeze";
version = "1.9.0"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cybertec-postgresql"; owner = "cybertec-postgresql";
repo = "pg_squeeze"; repo = "pg_squeeze";
tag = "REL${lib.replaceString "." "_" finalAttrs.version}"; tag = "REL${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-RrG7qeX0NQ4cq6N+9uVfalNW+HfiSt4wcjeZjInnfgE="; hash = "sha256-KbCS3kg2MoxKHl+35UOFCSF4kPPsIMeO7AfwfHZYZVg=";
}; };
passthru.updateScript = nix-update-script { passthru.updateScript = nix-update-script {