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

fastfetch: 2.15.0 -> 2.16.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-22 20:29:49 +00:00 committed by GitHub
commit dd25b56036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];