summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-04 02:00:13 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-05 15:09:11 -0800
commit4b4dcda1b1c596a4b43ae5e35c8d81153c8defa7 (patch)
treeb9671193278ebdbbb40314e7aea781d6a8678326
parentceeaf410be9a1d111aec4cc34ddfde8405a5972f (diff)
chafa: 1.2.1 -> 1.2.2
-rw-r--r--pkgs/tools/misc/chafa/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/chafa/default.nix b/pkgs/tools/misc/chafa/default.nix
index 5055ce67d306..e3cc8c938ead 100644
--- a/pkgs/tools/misc/chafa/default.nix
+++ b/pkgs/tools/misc/chafa/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec{
- version = "1.2.1";
+ version = "1.2.2";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
- sha256 = "19dck47v4hd07q9742mgb928h7y1y9638qlh2rzsvqsfqvqmxh85";
+ sha256 = "10in960wzvmb25biifi480dz87c034vwb8mcshclssl7gmzgpzdn";
};
nativeBuildInputs = [ autoconf
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec{
meta = with stdenv.lib; {
description = "Terminal graphics for the 21st century.";
- homepage = https://hpjansson.org/chafa/;
+ homepage = "https://hpjansson.org/chafa/";
license = licenses.lgpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.mog ];