fastfetch: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm 2024-06-22 16:33:35 +00:00
parent 47ea5bd487
commit 287a853675

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-0kReN7FKrcRhxUuwZoArLTW2F1q40Wbp9/hRoDjKZHs=";
hash = "sha256-dfgRRh8yJUDkMgl32ddx8iQElwRt0hCBsObud7rbTYQ=";
};
outputs = [ "out" "man" ];