Merge pull request #258585 from khaneliman/fastfetch

fastfetch: 2.0.5 -> 2.1.0
This commit is contained in:
Weijia Wang 2023-10-02 20:14:22 +02:00 committed by GitHub
commit 3c4a65f323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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