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

chafa: 1.6.0 -> 1.6.1
master
tomberek 2021-06-07 01:35:06 -04:00 committed by GitHub
commit ff3ff0ee7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.6.0";
version = "1.6.1";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-GaXVMM23U3M+qNJrWYR+DLiCmILcuX5EIkQqzwN/l1Y=";
sha256 = "sha256-isQxeb7OQh4W8RvtKWXbKVYJ8LlfLiOkMJoPjsGFouM=";
};
nativeBuildInputs = [ autoconf