···12 # We keep the override around even when the versions match, as
13 # it's likely to become relevant again after the next Poetry update.
14 poetry-core = super.poetry-core.overridePythonAttrs (old: rec {
15- version = poetry.version;
16 src = fetchFromGitHub {
17 owner = "python-poetry";
18 repo = "poetry-core";
19 rev = version;
20- hash = "sha256-OfY2zc+5CgOrgbiPVnvMdT4h1S7Aek8S7iThl6azmsk=";
21 };
22 });
23 } // (plugins self);
···12 # We keep the override around even when the versions match, as
13 # it's likely to become relevant again after the next Poetry update.
14 poetry-core = super.poetry-core.overridePythonAttrs (old: rec {
15+ version = "1.8.1";
16 src = fetchFromGitHub {
17 owner = "python-poetry";
18 repo = "poetry-core";
19 rev = version;
20+ hash = "sha256-RnCJ67jaL2knwv+Uo7p0zOejHAT73f40weaJnfqOYoM=";
21 };
22 });
23 } // (plugins self);