fastfetch: 2.0.1 -> 2.0.2

This commit is contained in:
Austin Horstman 2023-08-23 11:02:09 -05:00 committed by Anderson Torres
parent f8529a3d98
commit 9d322b896d

View file

@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-7Sk2Fd9u5c1XLTd9vl32TpD10M1JeB9V05yF/dF+Sfk=";
hash = "sha256-dWeJ+sLZrnnhXyuPoOCsEiqLabavbXgAUkqZJ5Ff0XY=";
};
nativeBuildInputs = [