Merge pull request #251171 from khaneliman/fastfetch

fastfetch: 2.0.2 -> 2.0.3
This commit is contained in:
Pol Dellaiera 2023-08-24 18:06:27 +02:00 committed by GitHub
commit d240553dcc
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.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-dWeJ+sLZrnnhXyuPoOCsEiqLabavbXgAUkqZJ5Ff0XY=";
hash = "sha256-Zh77m1jezjKJPC8Ua3Uv3w7MIeuLJ6U9WBFzT0uuLSo=";
};
nativeBuildInputs = [