tinycc: 0.9.27pre-20171016 -> 0.9.27
This commit is contained in:
parent
89df287f79
commit
3b367119ee
@ -1,20 +1,14 @@
|
|||||||
{ stdenv, fetchFromRepoOrCz, perl, texinfo }:
|
{ stdenv, fetchFromRepoOrCz, perl, texinfo }:
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let
|
|
||||||
date = "20171016";
|
|
||||||
rev = "da8c62f75d893449e232944fc62566c020b4d010";
|
|
||||||
sha256 = "0pdvyhrx7g9imxpc7gr75116imi6ifn0ihsl4fbffsji2dpi61y2";
|
|
||||||
version = "0.9.27pre-${date}";
|
|
||||||
in
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tcc-${version}";
|
name = "tcc-${version}";
|
||||||
|
version = "0.9.27";
|
||||||
|
|
||||||
src = fetchFromRepoOrCz {
|
src = fetchFromRepoOrCz {
|
||||||
repo = "tinycc";
|
repo = "tinycc";
|
||||||
inherit rev;
|
rev = "release_0_9_27";
|
||||||
inherit sha256;
|
sha256 = "12mm1lqywz0akr2yb2axjfbw8lwv57nh395vzsk534riz03ml977";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl texinfo ];
|
nativeBuildInputs = [ perl texinfo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user