Merge pull request #86533 from r-ryantm/auto-update/chafa

chafa: 1.4.0 -> 1.4.1
This commit is contained in:
Mario Rodas 2020-05-03 17:45:46 -05:00 committed by GitHub
commit 08fe9055da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec{
version = "1.4.0";
version = "1.4.1";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "0vf658dd9sb2d3yh65c8nals9z0z7rykqqigmxq2h92x2ysjbg6x";
sha256 = "13vv2xmfh0dr949bh75448lidvzwxks6f1mjawdg1q8qwzxhzry4";
};
nativeBuildInputs = [ autoconf