fastfetch: 2.0.5 -> 2.1.0

This commit is contained in:
Austin Horstman 2023-10-02 08:56:51 -05:00
parent 0533f4e43d
commit d13d996397
No known key found for this signature in database

View File

@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.0.5";
version = "2.1.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-KYicfYpJiO7ZfQ2vlGDKuiNprIwXnxz6Razf3GrjRq8=";
hash = "sha256-4FkBq7UxwZ2YuC4t/siC3CXqyP3Lff4jW3xheAQ9M6o=";
};
nativeBuildInputs = [