chafa: 1.8.0 -> 1.10.3

This commit is contained in:
R. Ryantm 2022-05-25 11:00:14 +00:00
parent 137121f74e
commit 24bb1b1c9a

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.8.0";
version = "1.10.3";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-8ENPmcl0KVxoBu8FGOGk+y8XsONWW0YW32MHAKBUiPE=";
sha256 = "sha256-GRPn0xPWtCayOdmA6M+KQrObAHtZIJLEydXaKhhO5IU=";
};
nativeBuildInputs = [ autoconf