fastfetch: 2.11.0 -> 2.11.3

This commit is contained in:
John Garcia 2024-05-04 08:44:36 +01:00
parent 33ae86a951
commit 9824dd17a9

View File

@ -46,13 +46,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.11.0";
version = "2.11.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-/j0dRnApP5PQV4qVkqM6WlFdSZHlBTheaoWXSd2YP5k=";
hash = "sha256-kKtJvGnPncosmwjfTKa14G5jQiSkzkURBATvBmavdys=";
};
outputs = [ "out" "man" ];