Skip to content

Commit cfc6e44

Browse files
committedJul 13, 2017
tinycc: 0.9.27pre-20170605 -> 0.9.27pre-20170710
Various CPP improvements/fixes Support forward declaration of enums (GNU extension) Initial implementation of C11 _Generic
1 parent 1e1472e commit cfc6e44

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 = "20170605";
5+
date = "20170710";
66
version = "0.9.27pre-${date}";
7-
rev = "3e4b7693bfd5b76570b35558c83a935326513eff";
8-
sha256 = "0m5k1df73kakvg9xz06y3nlac4mwfccni6hdijaf4w8fyy3zz4bg";
7+
rev = "2acb04f7f2077a4cff103421d79ceee48441918a";
8+
sha256 = "1rh89dx1myqfm752d4rlzrm8aadfm17fm88ps0q9ibmbxavb45qw";
99
in
1010

1111
stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)
Please sign in to comment.