chafa: 1.2.1 -> 1.2.2
This commit is contained in:
@@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec{
|
stdenv.mkDerivation rec{
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
pname = "chafa";
|
pname = "chafa";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hpjansson";
|
owner = "hpjansson";
|
||||||
repo = "chafa";
|
repo = "chafa";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "19dck47v4hd07q9742mgb928h7y1y9638qlh2rzsvqsfqvqmxh85";
|
sha256 = "10in960wzvmb25biifi480dz87c034vwb8mcshclssl7gmzgpzdn";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf
|
nativeBuildInputs = [ autoconf
|
||||||
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec{
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Terminal graphics for the 21st century.";
|
description = "Terminal graphics for the 21st century.";
|
||||||
homepage = https://hpjansson.org/chafa/;
|
homepage = "https://hpjansson.org/chafa/";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.mog ];
|
maintainers = [ maintainers.mog ];
|
||||||
|
|||||||
Reference in New Issue
Block a user