fastfetch: 2.30.1 -> 2.31.0 (#361379)

This commit is contained in:
Masum Reza
2024-12-03 21:11:09 +05:30
committed by GitHub
+2 -2
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 = [