hexchat: 2.12.2 -> 2.12.3
This commit is contained in:
parent
e78ef9cc12
commit
bdf5c0ba75
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.12.2";
|
version = "2.12.3";
|
||||||
name = "hexchat-${version}";
|
name = "hexchat-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
|
url = "http://dl.hexchat.net/hexchat/${name}.tar.xz";
|
||||||
sha256 = "1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd";
|
sha256 = "1fpj2kk1p85snffchqxsz3sphhcgiripjw41mgzxi7ks5hvj4avg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user