summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-19 00:13:41 +0200
committerGitHub <noreply@github.com>2024-04-19 00:13:41 +0200
commit2e9927c361d5cd3f32f88a9c6b4aaefeac96c346 (patch)
treee387be76121c8319f506bb46d29a1733232eb0b5
parentf2b40d13cc4efac70db5ae4c099018dd19a30595 (diff)
parentc5f605387f581dff64c68f4a0ae24dce8796a631 (diff)
Merge pull request #304982 from r-ryantm/auto-update/fastfetch
fastfetch: 2.9.1 -> 2.9.2
-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 fc9493be5521..27da89ceb31a 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.9.1";
+ version = "2.9.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
- hash = "sha256-FTZXfZhLplpjB6QQssz/5hXckNaR9KTdw8NRDLYOvaM=";
+ hash = "sha256-SEt/qw8ixlgRY2+fqyCmhqzLVoAw/BMl//JqQxbuB0s=";
};
outputs = [ "out" "man" ];