Merge pull request #273517 from tanshihaj/psycopg-pin-commit
python3Packages.psycopg: pin libpq.sgml to specific commit hash
This commit is contained in:
commit
366545aa2f
1 changed files with 2 additions and 2 deletions
|
@ -128,8 +128,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
# Introduce this file necessary for the docs build via environment var
|
# Introduce this file necessary for the docs build via environment var
|
||||||
LIBPQ_DOCS_FILE = fetchurl {
|
LIBPQ_DOCS_FILE = fetchurl {
|
||||||
url = "https://raw.githubusercontent.com/postgres/postgres/REL_14_STABLE/doc/src/sgml/libpq.sgml";
|
url = "https://raw.githubusercontent.com/postgres/postgres/496a1dc44bf1261053da9b3f7e430769754298b4/doc/src/sgml/libpq.sgml";
|
||||||
hash = "sha256-yn09fR9+7zQni8SvTG7BUmYRD7MK7u2arVAznWz2oAw=";
|
hash = "sha256-JwtCngkoi9pb0pqIdNgukY8GbG5pUDZvrGAHZqjFOw4";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit patches;
|
inherit patches;
|
||||||
|
|
Loading…
Reference in a new issue