fastfetch: 2.52.0 -> 2.53.0 (#445388)

authored by Felix Bargfeldt and committed by GitHub deb2af31 cf4a71fd

+2 -2
+2 -2
pkgs/by-name/fa/fastfetch/package.nix
··· 59 59 }: 60 60 stdenv.mkDerivation (finalAttrs: { 61 61 pname = "fastfetch"; 62 - version = "2.52.0"; 62 + version = "2.53.0"; 63 63 64 64 src = fetchFromGitHub { 65 65 owner = "fastfetch-cli"; 66 66 repo = "fastfetch"; 67 67 tag = finalAttrs.version; 68 - hash = "sha256-Zylq4Ae1Ut2iB4qOnOtGkjDjuPxRyr221FVzOx3kdIE="; 68 + hash = "sha256-Cq6Nq7UpeW7MFi6VjsWmU2M3FjzDiAyhwnl4yTQFRnA="; 69 69 }; 70 70 71 71 outputs = [