Skip to content

Commit a50315d

Browse files
committedMay 27, 2017
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
1 parent 801adf9 commit a50315d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/compilers/tinycc/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
with stdenv.lib;
33

44
let
5-
date = "20170225";
5+
date = "20170527";
66
version = "0.9.27pre-${date}";
7-
rev = "bb93064d7857d887b674999c9b4152b44a628f9a";
8-
sha256 = "12wcahj1x4qy9ia931i23lvwkqjmyhaks3wipnzvbnlnc2b03kpr";
7+
rev = "53c5fc2246270e0242903de0152a9a5d40f3d679";
8+
sha256 = "0z5ayz0kdn5xqm84k730hmd7r9cq0zxxf45g5phgqppdfajrmswz";
99
in
1010

1111
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)
Please sign in to comment.