chafa: 1.12.4 -> 1.12.5

This commit is contained in:
R. Ryantm 2023-05-24 09:58:10 +00:00
parent 7a697fefe2
commit e388da124b

View file

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "1.12.4";
version = "1.12.5";
pname = "chafa";
src = fetchFromGitHub {
owner = "hpjansson";
repo = "chafa";
rev = version;
sha256 = "sha256-rW3QHf7T3mXWxTCcUPriu+iZohbwGNxWRmquXdSMPQk=";
sha256 = "sha256-2li2Vp+W4Q2/8WY8FJ519BuVR9KzddIJ1j/GY/hLMZo=";
};
nativeBuildInputs = [ autoconf