fastfetch: 2.8.8 -> 2.8.9

This commit is contained in:
Austin Horstman 2024-03-14 21:42:22 -05:00
parent f242fc768b
commit 8dc3e1a626
No known key found for this signature in database

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.8.8";
version = "2.8.9";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-IvAUlCDtrtBiaKZbhAiXqQXbpKiqIaKwMVC3NxaAqtw=";
hash = "sha256-UvAIIkH9PNlvLzlh0jm1kG+4OfWsWtt2LSFbFPm7Yv4=";
};
outputs = [ "out" "man" ];