fastfetch: 2.40.1 -> 2.40.3 (#396352)

Co-authored-by: luftmensch-luftmensch <luftmensch-luftmensch@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] luftmensch-luftmensch and committed by GitHub 21dfa244 98da940b

+2 -2
+2 -2
pkgs/by-name/fa/fastfetch/package.nix
··· 45 }: 46 stdenv.mkDerivation (finalAttrs: { 47 pname = "fastfetch"; 48 - version = "2.40.1"; 49 50 src = fetchFromGitHub { 51 owner = "fastfetch-cli"; 52 repo = "fastfetch"; 53 tag = finalAttrs.version; 54 - hash = "sha256-k9t4qW8fPWc83/ys0Tyoief1HwELu9awIkclDBgDFW4="; 55 }; 56 57 outputs = [
··· 45 }: 46 stdenv.mkDerivation (finalAttrs: { 47 pname = "fastfetch"; 48 + version = "2.40.3"; 49 50 src = fetchFromGitHub { 51 owner = "fastfetch-cli"; 52 repo = "fastfetch"; 53 tag = finalAttrs.version; 54 + hash = "sha256-iGrUBhomnn5880lrjtLK7OEG7R2ZvpoM4fBauxUGECc="; 55 }; 56 57 outputs = [