Merge pull request #308493 from chewblacka/update-fastfetch

fastfetch: 2.10.2 -> 2.11.0
This commit is contained in:
Pol Dellaiera 2024-05-03 13:25:22 +02:00 committed by GitHub
commit 26a7fe25fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,13 +46,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.10.2";
version = "2.11.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-1ok2HR9RapS+MF8zuNLhzMZMz0F2AQsKsxNqCT7QF/8=";
hash = "sha256-/j0dRnApP5PQV4qVkqM6WlFdSZHlBTheaoWXSd2YP5k=";
};
outputs = [ "out" "man" ];