mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Weechat: Update to 0.4.3
This commit is contained in:
parent
5b41db9765
commit
c3df9e21c0
|
@ -3,12 +3,12 @@
|
|||
, pythonPackages, cacert, cmake, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.4.2";
|
||||
version = "0.4.3";
|
||||
name = "weechat-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://weechat.org/files/src/${name}.tar.gz";
|
||||
sha256 = "03ypji34kb5yrxqyn8dbrjm3j00pc8v7wfsip7d3l63nyx79df9v";
|
||||
sha256 = "1sfx2j8xy6das0zis2nmzi9z41q96gzq61xaw4i0xbgag17s7ddz";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
|
@ -9044,8 +9044,8 @@ let
|
|||
};
|
||||
|
||||
weechat = callPackage ../applications/networking/irc/weechat {
|
||||
# weechat crashes on /exit when using gnutls 3.1.x. gnutls 3.2.x works.
|
||||
gnutls = gnutls32;
|
||||
# weechat doesn't exit with gnutls32. Use 3.1 for now.
|
||||
gnutls = gnutls31;
|
||||
};
|
||||
|
||||
weston = callPackage ../applications/window-managers/weston { };
|
||||
|
|
Loading…
Reference in a new issue