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

fastfetch: 2.9.1 -> 2.9.2
This commit is contained in:
Sandro 2024-04-19 00:13:41 +02:00 committed by GitHub
commit 2e9927c361
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.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-FTZXfZhLplpjB6QQssz/5hXckNaR9KTdw8NRDLYOvaM=";
hash = "sha256-SEt/qw8ixlgRY2+fqyCmhqzLVoAw/BMl//JqQxbuB0s=";
};
outputs = [ "out" "man" ];