lol

fastfetch: 2.0.1 -> 2.0.2

authored by

Austin Horstman and committed by
Anderson Torres
9d322b89 f8529a3d

+2 -2
+2 -2
pkgs/tools/misc/fastfetch/default.nix
··· 42 42 43 43 stdenv.mkDerivation (finalAttrs: { 44 44 pname = "fastfetch"; 45 - version = "2.0.1"; 45 + version = "2.0.2"; 46 46 47 47 src = fetchFromGitHub { 48 48 owner = "fastfetch-cli"; 49 49 repo = "fastfetch"; 50 50 rev = finalAttrs.version; 51 - hash = "sha256-7Sk2Fd9u5c1XLTd9vl32TpD10M1JeB9V05yF/dF+Sfk="; 51 + hash = "sha256-dWeJ+sLZrnnhXyuPoOCsEiqLabavbXgAUkqZJ5Ff0XY="; 52 52 }; 53 53 54 54 nativeBuildInputs = [