fastfetch: 2.13.0 -> 2.13.1

This commit is contained in:
Heitor Augusto 2024-05-21 17:50:04 +00:00
parent e381a12881
commit e0783a7ec7

View File

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