Merge pull request #104150 from andersk/pypy-7.3.2

pypy, pypy3: 7.3.1 → 7.3.2
This commit is contained in:
taku0
2021-02-13 21:48:05 +09:00
committed by GitHub
4 changed files with 17 additions and 16 deletions
@@ -54,7 +54,7 @@ in with passthru; stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://bitbucket.org/pypy/pypy/downloads/pypy${pythonVersion}-v${version}-linux64.tar.bz2";
url = "https://downloads.python.org/pypy/pypy${pythonVersion}-v${version}-linux64.tar.bz2";
inherit sha256;
};