fastfetch: 2.30.1 -> 2.31.0

This commit is contained in:
Gliczy 2024-12-03 09:46:22 +01:00
parent ca55ed1674
commit 5f392740e1

View File

@ -44,13 +44,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.30.1";
version = "2.31.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-Gt5rsUDi7E2msdHzSbvc8dM2yxwws4Q5GYpHJNg9mGA=";
hash = "sha256-CXJbNaCZXt5DJaCRjbPoSo3rfhrOLiMkOEQU0Icdggk=";
};
outputs = [