Merge pull request #287130 from r-ryantm/auto-update/hexchat

hexchat: 2.16.1 -> 2.16.2

authored by José Romildo Malaquias and committed by GitHub 8a6961ff b609db0a

+2 -2
+2 -2
pkgs/applications/networking/irc/hexchat/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "hexchat"; 10 - version = "2.16.1"; 10 + version = "2.16.2"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "hexchat"; 14 14 repo = "hexchat"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-2IUlNUTL3TOJnDNMds2EWwkfn5NUOQ1ids96Ddo196E="; 16 + sha256 = "sha256-rgaXqXbBWlfSyz+CT0jRLyfGOR1cYYnRhEAu7AsaWus="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ meson ninja pkg-config makeWrapper ];