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

fastfetch: 2.11.3 -> 2.11.5
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-07 01:38:18 +00:00 committed by GitHub
commit f969f5fa62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.11.3";
version = "2.11.5";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-kKtJvGnPncosmwjfTKa14G5jQiSkzkURBATvBmavdys=";
hash = "sha256-5Chyw4+U2n935YP/Msw8PJ+5iLMES71O+uABn6nVtiI=";
};
outputs = [ "out" "man" ];