Merge pull request #87536 from r-ryantm/auto-update/ttygif
ttygif: 1.4.0 -> 1.5.0
This commit is contained in:
commit
4cc76bf797
|
@ -2,21 +2,21 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ttygif";
|
pname = "ttygif";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "icholy";
|
owner = "icholy";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "18l26iacpfn4xqqv1ai6ncabn83mqv98c48gl265gfld66y7zbzn";
|
sha256 = "1w9c3h6hik2gglwsw8ww63piy66i4zqr3273wh5rc9r2awiwh643";
|
||||||
};
|
};
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
makeFlags = [ "CC:=$(CC)" "PREFIX=${placeholder "out"}" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/icholy/ttygif";
|
homepage = "https://github.com/icholy/ttygif";
|
||||||
description = "Convert terminal recordings to animated gifs";
|
description = "Convert terminal recordings to animated gifs";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ moaxcp ];
|
maintainers = with maintainers; [ moaxcp ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue