Skip to content

Commit

Permalink
Merge pull request #294215 from iynaix/bump-fastfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Mar 13, 2024
2 parents 948054a + 5a83e4a commit cb243a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fastfetch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.8.7";
version = "2.8.8";

src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-lJRTw8Z//x6tMpwfwSodTz7aVbnJPt3rac7AudqF+DA=";
hash = "sha256-IvAUlCDtrtBiaKZbhAiXqQXbpKiqIaKwMVC3NxaAqtw=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit cb243a9

Please sign in to comment.