Merge pull request #292772 from iynaix/bump-fastfetch

fastfetch: 2.8.6 -> 2.8.7
This commit is contained in:
Nick Cao 2024-03-02 11:07:47 -05:00 committed by GitHub
commit b80a0f0c82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,13 +43,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.8.6";
version = "2.8.7";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-n15p26zZaote8cB0NfBnb69hb27l4hHBZG+3D1yrrCA=";
hash = "sha256-lJRTw8Z//x6tMpwfwSodTz7aVbnJPt3rac7AudqF+DA=";
};
outputs = [ "out" "man" ];