1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

pypy: Update from 2.5.0 -> 2.5.1

This commit is contained in:
Ricardo M. Correia 2015-05-02 13:50:01 +02:00
parent 8de4be096f
commit 372f7e0a13

View file

@ -7,7 +7,7 @@ assert zlibSupport -> zlib != null;
let
majorVersion = "2.5";
version = "${majorVersion}.0";
version = "${majorVersion}.1";
libPrefix = "pypy${majorVersion}";
pypy = stdenv.mkDerivation rec {
@ -18,7 +18,7 @@ let
src = fetchurl {
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 ]