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

fastfetch: 2.2.2 -> 2.2.3

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