Merge pull request #87536 from r-ryantm/auto-update/ttygif

ttygif: 1.4.0 -> 1.5.0
This commit is contained in:
Mario Rodas 2020-05-10 16:26:34 -05:00 committed by GitHub
commit 4cc76bf797
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,21 +2,21 @@
stdenv.mkDerivation rec {
pname = "ttygif";
version = "1.4.0";
version = "1.5.0";
src = fetchFromGitHub {
owner = "icholy";
repo = pname;
rev = version;
sha256 = "18l26iacpfn4xqqv1ai6ncabn83mqv98c48gl265gfld66y7zbzn";
sha256 = "1w9c3h6hik2gglwsw8ww63piy66i4zqr3273wh5rc9r2awiwh643";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];
makeFlags = [ "CC:=$(CC)" "PREFIX=${placeholder "out"}" ];
meta = with stdenv.lib; {
homepage = "https://github.com/icholy/ttygif";
description = "Convert terminal recordings to animated gifs";
platforms = platforms.linux;
platforms = platforms.unix;
license = licenses.mit;
maintainers = with maintainers; [ moaxcp ];
};