python2: fix eval

Fixes: ee90eca180 ("cpython: Migrate sha256 occurences to hash")
This commit is contained in:
Alyssa Ross
2023-02-13 17:14:19 +00:00
parent d87b0e29ff
commit b4f74e334e
@@ -24,7 +24,7 @@
, pkgsHostHost
, pkgsTargetTarget
, sourceVersion
, sha256
, hash
, passthruFun
, static ? stdenv.hostPlatform.isStatic
, stripBytecode ? reproducibleBuild
@@ -87,7 +87,7 @@ let
owner = "ActiveState";
repo = "cpython";
rev = "v${version}";
inherit sha256;
inherit hash;
};
hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false);