fastfetch: 2.11.3 -> 2.11.5

This commit is contained in:
R. Ryantm 2024-05-06 21:29:41 +00:00
parent 5aa69d78d8
commit be1b856e5c

View file

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.11.3";
version = "2.11.5";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-kKtJvGnPncosmwjfTKa14G5jQiSkzkURBATvBmavdys=";
hash = "sha256-5Chyw4+U2n935YP/Msw8PJ+5iLMES71O+uABn6nVtiI=";
};
outputs = [ "out" "man" ];