From 79813b3bd838d84eee84f73ae26a7299fdb5a046 Mon Sep 17 00:00:00 2001 From: Lin Xianyi Date: Sat, 2 Mar 2024 19:35:53 +0800 Subject: [PATCH] fastfetch: 2.8.6 -> 2.8.7 Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.8.7 Diff: https://github.com/fastfetch-cli/fastfetch/compare/2.8.6...2.8.7 --- pkgs/tools/misc/fastfetch/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix index b3d5b6f1fcbe..2e727896905d 100644 --- a/pkgs/tools/misc/fastfetch/default.nix +++ b/pkgs/tools/misc/fastfetch/default.nix @@ -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" ];