Skip to content

Commit

Permalink
Merge pull request #291876 from iynaix/bump-fastfetch
Browse files Browse the repository at this point in the history
fastfetch: 2.8.5 -> 2.8.6
  • Loading branch information
sikmir authored Feb 27, 2024
2 parents ac8dbe8 + 05bdc34 commit 94e3ac7
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.5";
version = "2.8.6";

src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-aIGT2NwtkKJ1uTgy4rvFegzJadRuGkki63gpnVCPKbw=";
hash = "sha256-n15p26zZaote8cB0NfBnb69hb27l4hHBZG+3D1yrrCA=";
};

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

0 comments on commit 94e3ac7

Please sign in to comment.