Skip to content

Commit

Permalink
fastfetch: 2.9.2 -> 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 29, 2024
1 parent 8cf34f7 commit 6b44d00
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 @@ -46,13 +46,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.9.2";
version = "2.10.2";

src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-SEt/qw8ixlgRY2+fqyCmhqzLVoAw/BMl//JqQxbuB0s=";
hash = "sha256-1ok2HR9RapS+MF8zuNLhzMZMz0F2AQsKsxNqCT7QF/8=";
};

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

0 comments on commit 6b44d00

Please sign in to comment.