fastfetch: 2.7.0 -> 2.7.1

This commit is contained in:
Lin Xianyi
2024-01-31 09:42:47 +08:00
parent 004318a239
commit 29f5ac51ba
+2 -2
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.7.0";
version = "2.7.1";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-+p85f2cH+syRpnSozc++jPT4Hbn/kGkVsUv3L5Na8+s=";
hash = "sha256-s0N3Rt3lLOCyaeXeNYu6hlGtNtGR+YC7Aj4/3SeVMpQ=";
};
nativeBuildInputs = [