hexchat: 2.16.1 -> 2.16.2

This commit is contained in:
R. Ryantm 2024-02-08 04:51:56 +00:00
parent 392580561c
commit 36413a321b

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "hexchat";
version = "2.16.1";
version = "2.16.2";
src = fetchFromGitHub {
owner = "hexchat";
repo = "hexchat";
rev = "v${version}";
sha256 = "sha256-2IUlNUTL3TOJnDNMds2EWwkfn5NUOQ1ids96Ddo196E=";
sha256 = "sha256-rgaXqXbBWlfSyz+CT0jRLyfGOR1cYYnRhEAu7AsaWus=";
};
nativeBuildInputs = [ meson ninja pkg-config makeWrapper ];