tinycc: 0.9.27pre-20170108 -> 20170220

tinycc has been relicensed to MIT.
This commit is contained in:
Joachim Fasting 2017-02-28 12:05:24 +01:00
parent c2d4b14637
commit bcdbd637fc
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -2,10 +2,10 @@
with stdenv.lib;
let
date = "20170108";
date = "20170220";
version = "0.9.27pre-${date}";
rev = "5420bb8a67f5f782ac49c90afb7da178a60c448a";
sha256 = "0gf1ys4vv5qfkh6462fkdv44mz5chhrchlvgcl0m44f8mm8cjwa3";
rev = "e209b7dac463e228525499153103ec28173ca365";
sha256 = "1p8h999aqgy5rlkk47vc86c5lx8280761712nwkcgvydvixd0gd6";
in
stdenv.mkDerivation rec {
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://www.tinycc.org/;
license = licenses.lgpl2Plus;
license = licenses.mit;
platforms = platforms.unix;
maintainers = [ maintainers.joachifm ];