fastfetch: 2.33.0 → 2.34.0

This commit is contained in:
Rishik Yalamanchili
2025-01-10 08:14:58 +05:30
committed by Rishik-Y
parent ce3899414d
commit e46a62c61a
+3 -3
View File
@@ -45,13 +45,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastfetch";
version = "2.33.0";
version = "2.34.0";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = finalAttrs.version;
hash = "sha256-GCUG9b98UmuC/6psDs4PNAoquEWOMz0kl/IBQXRGX5o=";
tag = finalAttrs.version;
hash = "sha256-ZTtDYUnLp8IzGluJXLCHBxHCZAXxO+akUkPOCPMdA5w=";
};
outputs = [