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

fastfetch: 2.9.0 -> 2.9.1
This commit is contained in:
Weijia Wang 2024-04-07 19:14:55 +02:00 committed by GitHub
commit 4da6a3442b
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.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-D9WErPf9Um7McUK465c2FzZkWz/+dtPSIFMA04ak7Y4=";
hash = "sha256-FTZXfZhLplpjB6QQssz/5hXckNaR9KTdw8NRDLYOvaM=";
};
outputs = [ "out" "man" ];