fastfetch: 2.13.2 -> 2.14.0

This commit is contained in:
R. Ryantm 2024-05-31 07:01:36 +00:00
parent 5f6ccfaad5
commit d313919498

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.13.2";
version = "2.14.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-Wt+HFl+HJKMzC8O0JslVLpHFrmVVSBpac79TsKVpz+k=";
hash = "sha256-RJDRxH9VKNxBSfoFl1rDTeKKyLC3C09F0Z3ksJoMDRk=";
};
outputs = [ "out" "man" ];