Merge pull request #273517 from tanshihaj/psycopg-pin-commit

python3Packages.psycopg: pin libpq.sgml to specific commit hash

authored by Martin Weinelt and committed by GitHub 366545aa b8697e57

+2 -2
+2 -2
pkgs/development/python-modules/psycopg/default.nix
··· 128 128 129 129 # Introduce this file necessary for the docs build via environment var 130 130 LIBPQ_DOCS_FILE = fetchurl { 131 - url = "https://raw.githubusercontent.com/postgres/postgres/REL_14_STABLE/doc/src/sgml/libpq.sgml"; 132 - hash = "sha256-yn09fR9+7zQni8SvTG7BUmYRD7MK7u2arVAznWz2oAw="; 131 + url = "https://raw.githubusercontent.com/postgres/postgres/496a1dc44bf1261053da9b3f7e430769754298b4/doc/src/sgml/libpq.sgml"; 132 + hash = "sha256-JwtCngkoi9pb0pqIdNgukY8GbG5pUDZvrGAHZqjFOw4"; 133 133 }; 134 134 135 135 inherit patches;