Skip to content

Commit

Permalink
Merge pull request #309656 from r-ryantm/auto-update/fastfetch
Browse files Browse the repository at this point in the history
fastfetch: 2.11.3 -> 2.11.5
  • Loading branch information
nixpkgs-merge-bot[bot] committed May 7, 2024
2 parents d372356 + be1b856 commit f969f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fa/fastfetch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit f969f5f

Please sign in to comment.