fastfetch: 2.0.4 -> 2.0.5

This commit is contained in:
Austin Horstman 2023-08-26 08:25:15 -05:00
parent b32ca859eb
commit f9f22f04a7
No known key found for this signature in database

View file

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