Merge pull request #323127 from r-ryantm/auto-update/fastfetch

fastfetch: 2.16.0 -> 2.17.0
This commit is contained in:
Jon Seager
2024-06-28 14:25:07 +01:00
committed by GitHub
+2 -2
View File
@@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.16.0";
version = "2.17.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-dfgRRh8yJUDkMgl32ddx8iQElwRt0hCBsObud7rbTYQ=";
hash = "sha256-QK3AlB6tT1pl2qNX/DWPQzpjs9+EhJO9gHtNTNOE41E=";
};
outputs = [ "out" "man" ];