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.
1 parent e9b5094 commit 4b15222Copy full SHA for 4b15222
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.0";
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-3IYBi+mJ12Q9p2ucEPotWqwnBzvyVNGuqXsLv21VfWU=";
47
};
48
49
# Why is this needed? https://github.com/weechat/weechat/issues/2031
0 commit comments