Skip to content

Commit

Permalink
tinycc: 0.9.27pre-20171016 -> 0.9.27
Browse files Browse the repository at this point in the history
  • Loading branch information
joachifm committed Dec 18, 2017
1 parent 89df287 commit 3b36711
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pkgs/development/compilers/tinycc/default.nix
@@ -1,20 +1,14 @@
{ stdenv, fetchFromRepoOrCz, perl, texinfo }:
with stdenv.lib;

let
date = "20171016";
rev = "da8c62f75d893449e232944fc62566c020b4d010";
sha256 = "0pdvyhrx7g9imxpc7gr75116imi6ifn0ihsl4fbffsji2dpi61y2";
version = "0.9.27pre-${date}";
in

stdenv.mkDerivation rec {
name = "tcc-${version}";
version = "0.9.27";

src = fetchFromRepoOrCz {
repo = "tinycc";
inherit rev;
inherit sha256;
rev = "release_0_9_27";
sha256 = "12mm1lqywz0akr2yb2axjfbw8lwv57nh395vzsk534riz03ml977";
};

nativeBuildInputs = [ perl texinfo ];
Expand Down

0 comments on commit 3b36711

Please sign in to comment.