fastfetch: 2.17.0 -> 2.17.2

This commit is contained in:
R. Ryantm 2024-07-05 12:38:53 +00:00
parent 381a94c16d
commit e2fb886b51

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.17.0";
version = "2.17.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-QK3AlB6tT1pl2qNX/DWPQzpjs9+EhJO9gHtNTNOE41E=";
hash = "sha256-XQ0A1eeajiExrD440FVj5STjyMTYdIK0SyysFo/tF3o=";
};
outputs = [ "out" "man" ];