Skip to content

Commit

Permalink
tinycc: 0.9.27pre-20170821 -> 0.9.27pre-20170911
Browse files Browse the repository at this point in the history
Contains various fixes.
  • Loading branch information
joachifm committed Sep 15, 2017
1 parent 2edb7e9 commit 3f7ac92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/tinycc/default.nix
Expand Up @@ -2,10 +2,10 @@
with stdenv.lib;

let
date = "20170821";
date = "20170911";
rev = "870271ea071971002fa556e09e1873db316fa1a9";
sha256 = "1a9djm0p7cd5nzqdhch9y48c4wai76x6d4nwx0bj5jz46ws39bs9";
version = "0.9.27pre-${date}";
rev = "b8fe8fc2105455eb5004be89fa8575aa928a18f3";
sha256 = "0rsv5pikm7ai2n7r93qlbvkyky23dsgc3sdc83crbcxjjk6xh378";
in

stdenv.mkDerivation rec {
Expand Down

0 comments on commit 3f7ac92

Please sign in to comment.