Merge pull request #216189 from alyssais/python2-eval

python2: fix eval

authored by

Martin Weinelt and committed by
GitHub
d56a97cc d87b0e29

+2 -2
+2 -2
pkgs/development/interpreters/python/cpython/2.7/default.nix
··· 24 24 , pkgsHostHost 25 25 , pkgsTargetTarget 26 26 , sourceVersion 27 - , sha256 27 + , hash 28 28 , passthruFun 29 29 , static ? stdenv.hostPlatform.isStatic 30 30 , stripBytecode ? reproducibleBuild ··· 87 87 owner = "ActiveState"; 88 88 repo = "cpython"; 89 89 rev = "v${version}"; 90 - inherit sha256; 90 + inherit hash; 91 91 }; 92 92 93 93 hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false);