fastfetch: 2.10.2 -> 2.11.0

This commit is contained in:
John Garcia
2024-05-02 11:41:46 +01:00
parent cfb4e10da7
commit 5cde2e9386
+2 -2
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" ];