Merge pull request #313965 from SuperSandro2000/fastfetch

fastfetch: 2.13.1 -> 2.13.2
This commit is contained in:
Sandro 2024-05-25 01:59:40 +02:00 committed by GitHub
commit f2493622c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.13.1";
version = "2.13.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-AB7GxeKLD+xdnFEA/STD7CFazsybYGtX10Q/Q4MRTrU=";
hash = "sha256-Wt+HFl+HJKMzC8O0JslVLpHFrmVVSBpac79TsKVpz+k=";
};
outputs = [ "out" "man" ];