Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

fastfetch: 2.42.0 -> 2.43.0

Changelog: https://github.com/fastfetch-cli/fastfetch/releases/tag/2.43.0

+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.42.0"; 62 + version = "2.43.0"; 63 63 64 64 src = fetchFromGitHub { 65 65 owner = "fastfetch-cli"; 66 66 repo = "fastfetch"; 67 67 tag = finalAttrs.version; 68 - hash = "sha256-nlhW3ftBOjb2BHz1qjOI4VGiSn1+VAUcaA9n0nPikCU="; 68 + hash = "sha256-gUqNiiPipoxLKwGVsi42PyOnmPbfvUs7UwfqOdmFn/E="; 69 69 }; 70 70 71 71 outputs = [