fastfetch: 2.9.2 -> 2.10.2

This commit is contained in:
R. Ryantm 2024-04-29 18:51:44 +00:00
parent 8cf34f783f
commit 6b44d00844

View File

@ -46,13 +46,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.9.2";
version = "2.10.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-SEt/qw8ixlgRY2+fqyCmhqzLVoAw/BMl//JqQxbuB0s=";
hash = "sha256-1ok2HR9RapS+MF8zuNLhzMZMz0F2AQsKsxNqCT7QF/8=";
};
outputs = [ "out" "man" ];