Merge pull request #298974 from khaneliman/fastfetch

fastfetch: 2.8.9 -> 2.8.10
This commit is contained in:
OTABI Tomoya 2024-03-26 18:21:27 +09:00 committed by GitHub
commit 04ac1fbe4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.8.9";
version = "2.8.10";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-UvAIIkH9PNlvLzlh0jm1kG+4OfWsWtt2LSFbFPm7Yv4=";
hash = "sha256-MIrjfd1KudtU+4X65M+qdPtWUPWQXBlE13Myp1u8hPM=";
};
outputs = [ "out" "man" ];