tinycc: 0.9.27pre-20170220 -> 20170225

Contains a fix for x86-64 asm gen and unified cross-compilation.
This commit is contained in:
Joachim Fasting 2017-03-12 18:19:20 +01:00
parent 55074a0e3c
commit 3c37edb928
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -2,10 +2,10 @@
with stdenv.lib;
let
date = "20170220";
date = "20170225";
version = "0.9.27pre-${date}";
rev = "e209b7dac463e228525499153103ec28173ca365";
sha256 = "1p8h999aqgy5rlkk47vc86c5lx8280761712nwkcgvydvixd0gd6";
rev = "bb93064d7857d887b674999c9b4152b44a628f9a";
sha256 = "12wcahj1x4qy9ia931i23lvwkqjmyhaks3wipnzvbnlnc2b03kpr";
in
stdenv.mkDerivation rec {