Merge pull request #294215 from iynaix/bump-fastfetch

authored by Sandro and committed by GitHub cb243a9d 948054ae

+2 -2
+2 -2
pkgs/tools/misc/fastfetch/default.nix
··· 43 44 stdenv.mkDerivation (finalAttrs: { 45 pname = "fastfetch"; 46 - version = "2.8.7"; 47 48 src = fetchFromGitHub { 49 owner = "fastfetch-cli"; 50 repo = "fastfetch"; 51 rev = finalAttrs.version; 52 - hash = "sha256-lJRTw8Z//x6tMpwfwSodTz7aVbnJPt3rac7AudqF+DA="; 53 }; 54 55 outputs = [ "out" "man" ];
··· 43 44 stdenv.mkDerivation (finalAttrs: { 45 pname = "fastfetch"; 46 + version = "2.8.8"; 47 48 src = fetchFromGitHub { 49 owner = "fastfetch-cli"; 50 repo = "fastfetch"; 51 rev = finalAttrs.version; 52 + hash = "sha256-IvAUlCDtrtBiaKZbhAiXqQXbpKiqIaKwMVC3NxaAqtw="; 53 }; 54 55 outputs = [ "out" "man" ];