3
0
Fork 0
forked from mirrors/nixpkgs

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

hexchat: 2.16.0 -> 2.16.1
This commit is contained in:
José Romildo Malaquias 2022-02-13 18:54:05 -03:00 committed by GitHub
commit 8a64ba7e7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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