Merge pull request #261533 from khaneliman/fastfetch

fastfetch: 2.1.1 -> 2.1.2
This commit is contained in:
Weijia Wang 2023-10-17 09:59:25 +02:00 committed by GitHub
commit 0300ea87d9
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.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-I1Ej7VVhzerQowGIOmxE6pDdWbOU7x35Xmia+A2ba6s=";
hash = "sha256-v/dFynTESqRWAxu5Wz0/EroXuwmNj3EEPJxzpfTGKtk=";
};
nativeBuildInputs = [