about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2023-11-01 17:38:27 +0100
committerGitHub <noreply@github.com>2023-11-01 17:38:27 +0100
commit03e14045c40cf3669c1f6e8cea5f59d74e36af27 (patch)
tree59a0e2505cde64d93a180e7602679918659d2bab
parentab461a9a63ef759f7ac43a747078d8ea06dd94e7 (diff)
parentf091204dc988858ecb058897e096d244816cc968 (diff)
downloadnixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar.gz
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar.bz2
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar.lz
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar.xz
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.tar.zst
nixlib-03e14045c40cf3669c1f6e8cea5f59d74e36af27.zip
Merge pull request #264792 from Gerg-L/fastfetch
-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 = [