pypy: 5.10 -> 6.0

This commit is contained in:
Cray Elliott 2018-08-01 20:48:19 -07:00
parent eca1f53a52
commit 3c21535b5c

View File

@ -10,7 +10,7 @@
assert zlibSupport -> zlib != null; assert zlibSupport -> zlib != null;
let let
majorVersion = "5.10"; majorVersion = "6.0";
minorVersion = "0"; minorVersion = "0";
minorVersionSuffix = ""; minorVersionSuffix = "";
pythonVersion = "2.7"; pythonVersion = "2.7";
@ -26,7 +26,7 @@ in stdenv.mkDerivation rec {
src = fetchurl { src = fetchurl {
url = "https://bitbucket.org/pypy/pypy/get/release-pypy${pythonVersion}-v${version}.tar.bz2"; url = "https://bitbucket.org/pypy/pypy/get/release-pypy${pythonVersion}-v${version}.tar.bz2";
sha256 = "10j1s6r6iv80nvpi6gv8w05v505h2ndj9xx31yz7d50ab04dfg23"; sha256 = "1qjwpc8n68sxxlfg36s5vn1h2gdfvvd6lxvr4lzbvfwhzrgqahsw";
}; };
nativeBuildInputs = [ pkgconfig makeWrapper ]; nativeBuildInputs = [ pkgconfig makeWrapper ];