fastfetch: 2.1.0 -> 2.1.1

This commit is contained in:
Austin Horstman
2023-10-14 09:00:41 -05:00
parent 7c0d2f5f24
commit 6e3e2acb8f
+2 -2
View File
@@ -42,13 +42,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-4FkBq7UxwZ2YuC4t/siC3CXqyP3Lff4jW3xheAQ9M6o=";
hash = "sha256-I1Ej7VVhzerQowGIOmxE6pDdWbOU7x35Xmia+A2ba6s=";
};
nativeBuildInputs = [