We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2789e7d + f184c8f commit e79eea6Copy full SHA for e79eea6
pkgs/applications/networking/irc/weechat/default.nix
@@ -36,14 +36,14 @@ let
36
in
37
assert lib.all (p: p.enabled -> ! (builtins.elem null p.buildInputs)) plugins;
38
stdenv.mkDerivation rec {
39
- version = "4.3.6";
+ version = "4.4.1";
40
pname = "weechat";
41
42
hardeningEnable = [ "pie" ];
43
44
src = fetchurl {
45
url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
46
- hash = "sha256-h4sGORUy3cQPS0lUYqIX68OZJeLq3+TfhOdqMxNkfJk=";
+ hash = "sha256-5d4L0UwqV6UFgTqDw9NyZI0tlXPccoNoV78ocXMmk2w=";
47
};
48
49
# Why is this needed? https://github.com/weechat/weechat/issues/2031
0 commit comments