about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-03-13 14:23:30 +0100
committerGitHub <noreply@github.com>2024-03-13 14:23:30 +0100
commitcb243a9debdf5c4bc5b48fb653f2fa0c40d54117 (patch)
tree78619ca579b18a2d0126e7420779a16d9a88924e /pkgs
parent948054ae916c2d4f1744efef3c7e5c929eca2253 (diff)
parent5a83e4a22c342ac013a0303f2c2dce28b920a548 (diff)
Merge pull request #294215 from iynaix/bump-fastfetch
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/fastfetch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/fastfetch/default.nix b/pkgs/tools/misc/fastfetch/default.nix
index 2e727896905dd..7c76a4219f668 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.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" ];