hexchat: 2.12.1 -> 2.12.2 (#19659)
This commit is contained in:
parent
a0295e21c5
commit
598d824198
@ -5,12 +5,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.12.1";
|
version = "2.12.2";
|
||||||
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 = "0svwz9ldrry1sn35jywgpacjj1cf3xl3k74ynwn8rjvxs73b00aj";
|
sha256 = "1xnclfbrgbkqndxygi5f27q00jd7yy54jbd1061jmhxa6wzpibbd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user