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

chafa: 1.8.0 -> 1.10.3
This commit is contained in:
Bobby Rong 2022-06-24 12:08:30 +08:00 committed by GitHub
commit 06a7352884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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