about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2023-12-21 18:09:35 -0600
committerAustin Horstman <khaneliman12@gmail.com>2023-12-25 20:38:59 -0600
commit12b40cf56ca5d849f49ac8e7a4c7915a3b3922c3 (patch)
treea8f6cb4d580d1e682f35baedfb140aea1823c2d0 /pkgs/tools/misc
parentd2a5f168590d7c5b3c4aa219a12a269ad7d703a9 (diff)
fastfetch: 2.3.4 -> 2.4.0
Diffstat (limited to 'pkgs/tools/misc')
-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 53be29dcfa3c1..f5d60620a6527 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.3.4";
+  version = "2.4.0";
 
   src = fetchFromGitHub {
     owner = "fastfetch-cli";
     repo = "fastfetch";
     rev = finalAttrs.version;
-    hash = "sha256-jZeecymhjbXYE05zRF2dWHBS3hhRm1BmLB906YAlp+A=";
+    hash = "sha256-LHRbobgBXGjoLQXC+Gy03aNrTyjn1loVMbj0qv3HObQ=";
   };
 
   nativeBuildInputs = [