tinycc: 0.9.27pre-20170225 -> 0.9.27pre-20170527

Contains fixes for the x86_64 codegen [1]

[1]: https://lists.nongnu.org/archive/html/tinycc-devel/2017-05/msg00102.html
This commit is contained in:
Joachim Fasting 2017-05-27 23:20:32 +02:00
parent 801adf99c2
commit a50315d736
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -2,10 +2,10 @@
with stdenv.lib;
let
date = "20170225";
date = "20170527";
version = "0.9.27pre-${date}";
rev = "bb93064d7857d887b674999c9b4152b44a628f9a";
sha256 = "12wcahj1x4qy9ia931i23lvwkqjmyhaks3wipnzvbnlnc2b03kpr";
rev = "53c5fc2246270e0242903de0152a9a5d40f3d679";
sha256 = "0z5ayz0kdn5xqm84k730hmd7r9cq0zxxf45g5phgqppdfajrmswz";
in
stdenv.mkDerivation rec {