fastfetch: 2.22.0 -> 2.23.0

This commit is contained in:
Austin Horstman 2024-09-02 22:17:03 -05:00
parent dd5e70bfab
commit 5447dba33d
No known key found for this signature in database

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.22.0";
version = "2.23.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-ncaBMSV7n4RVA2376ExBv+a8bzuvuMttv3GlNaOH23k=";
hash = "sha256-ry7FWja/FGSTQU1IhfXUA778yO0T3O1cvYsS4pcqURY=";
};
outputs = [