chafa: 1.10.3 -> 1.12.3

This commit is contained in:
R. Ryantm 2022-07-07 08:45:52 +00:00
parent 0c82c6d294
commit 1b967531ec

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.10.3";
version = "1.12.3";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-GRPn0xPWtCayOdmA6M+KQrObAHtZIJLEydXaKhhO5IU=";
sha256 = "sha256-Aejm3VR4f69jDdG16vud2sj/9jQ8n5f34oed1SGEcXo=";
};
nativeBuildInputs = [ autoconf