chafa: 1.16.2 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-11-10 06:35:18 +00:00
parent ffd468f28a
commit 906e1ce6c2

View File

@@ -19,14 +19,14 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
version = "1.16.2"; version = "1.18.0";
pname = "chafa"; pname = "chafa";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hpjansson"; owner = "hpjansson";
repo = "chafa"; repo = "chafa";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-bIFPnbciaog9piqBMSpe9zLwH7irp5CW1WG5frAMqpI="; hash = "sha256-SKwrc0bOaSdxENUWMtErSCug7of9s/ZGLeKhTtUCbWY=";
}; };
outputs = [ outputs = [