fastfetch: 2.19.1 -> 2.20.0

This commit is contained in:
Sigmanificient 2024-07-26 05:28:08 +02:00
parent 19276533a7
commit 4ce6ffaa8a

View File

@ -47,13 +47,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.19.1";
version = "2.20.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-3PXbuaB7QD2xgqaoVx+nRXsPmyoLC0f6Mv0EcNj5sJw=";
hash = "sha256-8N2BG9eTZpAvnc1wiG6p7GJSCPfZ+NTbz8kLGPRg5HU=";
};
outputs = [ "out" "man" ];