Merge pull request #264792 from Gerg-L/fastfetch

authored by

Franz Pletz and committed by
GitHub
03e14045 ab461a9a

+2 -2
+2 -2
pkgs/tools/misc/fastfetch/default.nix
··· 42 43 stdenv.mkDerivation (finalAttrs: { 44 pname = "fastfetch"; 45 - version = "2.1.2"; 46 47 src = fetchFromGitHub { 48 owner = "fastfetch-cli"; 49 repo = "fastfetch"; 50 rev = finalAttrs.version; 51 - hash = "sha256-v/dFynTESqRWAxu5Wz0/EroXuwmNj3EEPJxzpfTGKtk="; 52 }; 53 54 nativeBuildInputs = [
··· 42 43 stdenv.mkDerivation (finalAttrs: { 44 pname = "fastfetch"; 45 + version = "2.2.0"; 46 47 src = fetchFromGitHub { 48 owner = "fastfetch-cli"; 49 repo = "fastfetch"; 50 rev = finalAttrs.version; 51 + hash = "sha256-H2iIL41h3o8184S/XMYAuIDPVJPm+zSI/YX8FT8vLio="; 52 }; 53 54 nativeBuildInputs = [