Wolfgang Walther 2025-08-08 09:29:23 +02:00
parent ca232376ae
commit 3951f3b158
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

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