postgresqlPackages.pg_squeeze: 1.6.2 -> 1.7.0

Makes building with PostgreSQL 17 succeed.

Changelog:
https://github.com/cybertec-postgresql/pg_squeeze/releases

The changelog is only available for beta 2, but 1.7.0 was released
properly after that without changelog.
This commit is contained in:
Wolfgang Walther
2024-10-26 15:15:23 +02:00
parent d37563232d
commit 10d228bc7f
@@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pg_squeeze";
version = "1.6.2";
version = "1.7.0";
src = fetchFromGitHub {
owner = "cybertec-postgresql";
repo = "pg_squeeze";
rev = "REL${builtins.replaceStrings ["."] ["_"] finalAttrs.version}";
hash = "sha256-YS13iIpQ4NJe0N6bRVa2RDxEMwEzBc2mjNYM5/Vqjn8=";
hash = "sha256-Kh1wSOvV5Rd1CG/na3yzbWzvaR8SJ6wmTZOnM+lbgik=";
};
buildInputs = [