fastfetch: 2.52.0 -> 2.53.0

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.53.0
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2025-09-22 21:39:46 -05:00
parent 284cd24291
commit ecd6fbd3bf

View File

@@ -59,13 +59,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.52.0";
version = "2.53.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
tag = finalAttrs.version;
hash = "sha256-Zylq4Ae1Ut2iB4qOnOtGkjDjuPxRyr221FVzOx3kdIE=";
hash = "sha256-Cq6Nq7UpeW7MFi6VjsWmU2M3FjzDiAyhwnl4yTQFRnA=";
};
outputs = [