chafa: 1.6.0 -> 1.6.1

master
R. RyanTM 2021-06-04 17:32:17 +00:00
parent f36a65f6e2
commit 823cddb92e
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