Merge pull request #307810 from r-ryantm/auto-update/fastfetch

fastfetch: 2.9.2 -> 2.10.2
This commit is contained in:
Maximilian Bosch 2024-04-29 21:32:07 +00:00 committed by GitHub
commit e27d2a7e24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];