fastfetch: 2.1.1 -> 2.1.2

This commit is contained in:
Austin Horstman 2023-10-16 19:53:16 -05:00
parent de635523b0
commit 39ed9b4387
No known key found for this signature in database

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