Merge pull request #265986 from khaneliman/fastfetch

fastfetch: 2.2.1 -> 2.2.2

authored by

Weijia Wang and committed by
GitHub
3ffc003e 668e3215

+2 -2
+2 -2
pkgs/tools/misc/fastfetch/default.nix
··· 43 44 stdenv.mkDerivation (finalAttrs: { 45 pname = "fastfetch"; 46 - version = "2.2.1"; 47 48 src = fetchFromGitHub { 49 owner = "fastfetch-cli"; 50 repo = "fastfetch"; 51 rev = finalAttrs.version; 52 - hash = "sha256-7g2p33j97hu26xwBLrakc7/bIpYHNTC5jqCj/Fs4fKo="; 53 }; 54 55 nativeBuildInputs = [
··· 43 44 stdenv.mkDerivation (finalAttrs: { 45 pname = "fastfetch"; 46 + version = "2.2.2"; 47 48 src = fetchFromGitHub { 49 owner = "fastfetch-cli"; 50 repo = "fastfetch"; 51 rev = finalAttrs.version; 52 + hash = "sha256-ejyAXwVsxI16J295WHfMLMtF/kGW89l3N0qV0mH4DX0="; 53 }; 54 55 nativeBuildInputs = [