fastfetch: 2.26.0 -> 2.26.1

This commit is contained in:
Austin Horstman 2024-09-29 09:50:36 -05:00
parent 9e664abea9
commit 06bc2fecbb
No known key found for this signature in database

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.26.0";
version = "2.26.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-ftsjfkoAGPv9oVQLRl0r4UNXnLVZKoQYNSvyebuI5to=";
hash = "sha256-0TRhMK45mfCft56R07lUbnxjfQrIAXONy4f6ykpc5X8=";
};
outputs = [