fastfetch: 2.1.2 -> 2.2.0

This commit is contained in:
Gerg-L 2023-11-01 07:43:20 -04:00
parent 05e8361387
commit f091204dc9
No known key found for this signature in database

View File

@ -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 = [