hexchat: 2.12.2 -> 2.12.3

This commit is contained in:
Jascha Geerds 2016-10-29 15:53:06 +02:00
parent e78ef9cc12
commit bdf5c0ba75

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "2.12.2";
version = "2.12.3";
name = "hexchat-${version}";
src = fetchurl {
url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
sha256 = "1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd";
sha256 = "1fpj2kk1p85snffchqxsz3sphhcgiripjw41mgzxi7ks5hvj4avg";
};
nativeBuildInputs = [