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

chafa: 1.12.4 -> 1.12.5
This commit is contained in:
Weijia Wang 2023-05-24 17:14:34 +03:00 committed by GitHub
commit 8bc5cd01a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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