pypy: Update from 2.5.0 -> 2.5.1
This commit is contained in:
parent
8de4be096f
commit
372f7e0a13
|
@ -7,7 +7,7 @@ assert zlibSupport -> zlib != null;
|
||||||
let
|
let
|
||||||
|
|
||||||
majorVersion = "2.5";
|
majorVersion = "2.5";
|
||||||
version = "${majorVersion}.0";
|
version = "${majorVersion}.1";
|
||||||
libPrefix = "pypy${majorVersion}";
|
libPrefix = "pypy${majorVersion}";
|
||||||
|
|
||||||
pypy = stdenv.mkDerivation rec {
|
pypy = stdenv.mkDerivation rec {
|
||||||
|
@ -18,7 +18,7 @@ let
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bitbucket.org/pypy/pypy/get/release-${version}.tar.bz2";
|
url = "https://bitbucket.org/pypy/pypy/get/release-${version}.tar.bz2";
|
||||||
sha256 = "126zrsx6663n9w60018mii1z7cqb87iq9irnhp8z630mldallr4d";
|
sha256 = "0gzhgc0rh5ywpkvzishpvkninl41r5k207y8afa8vxwpfx03vcrj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bzip2 openssl pkgconfig pythonFull libffi ncurses expat sqlite tk tcl x11 libX11 makeWrapper ]
|
buildInputs = [ bzip2 openssl pkgconfig pythonFull libffi ncurses expat sqlite tk tcl x11 libX11 makeWrapper ]
|
||||||
|
|
Loading…
Reference in New Issue