about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorGerg-L <GregLeyda@proton.me>2023-11-01 07:43:20 -0400
committerGerg-L <GregLeyda@proton.me>2023-11-01 07:43:20 -0400
commitf091204dc988858ecb058897e096d244816cc968 (patch)
tree9072d887f5165f8c47c6d568e183b4e3c2c4a1e9 /pkgs/tools/misc
parent05e8361387301551045b988e30c4c926e804b739 (diff)
downloadnixlib-f091204dc988858ecb058897e096d244816cc968.tar
nixlib-f091204dc988858ecb058897e096d244816cc968.tar.gz
nixlib-f091204dc988858ecb058897e096d244816cc968.tar.bz2
nixlib-f091204dc988858ecb058897e096d244816cc968.tar.lz
nixlib-f091204dc988858ecb058897e096d244816cc968.tar.xz
nixlib-f091204dc988858ecb058897e096d244816cc968.tar.zst
nixlib-f091204dc988858ecb058897e096d244816cc968.zip
fastfetch: 2.1.2 -> 2.2.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 28e4a4df847c..77eeaeaf6702 100644
--- a/pkgs/tools/misc/fastfetch/default.nix
+++ b/pkgs/tools/misc/fastfetch/default.nix
@@ -42,13 +42,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "fastfetch";
-  version = "2.1.2";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "fastfetch-cli";
     repo = "fastfetch";
     rev = finalAttrs.version;
-    hash = "sha256-v/dFynTESqRWAxu5Wz0/EroXuwmNj3EEPJxzpfTGKtk=";
+    hash = "sha256-H2iIL41h3o8184S/XMYAuIDPVJPm+zSI/YX8FT8vLio=";
   };
 
   nativeBuildInputs = [