fastfetch: 2.29.0 -> 2.30.1 (#356939)

This commit is contained in:
Austin Horstman 2024-11-18 20:27:32 -06:00 committed by GitHub
commit 6ad0ea8ec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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