Loading pkgs/applications/networking/irc/weechat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { pname = "weechat"; version = "4.8.2"; version = "4.9.0"; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; hash = "sha256-fi9hnU3NKNnYaGR2NYGhtFNJn43QZSr4Y7VARaiWTWw="; hash = "sha256-fLubJ/JafS8djEJqCPjmJe77wdPlm793WSVET3I5S28="; }; # Why is this needed? https://github.com/weechat/weechat/issues/2031 Loading Loading
pkgs/applications/networking/irc/weechat/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins; stdenv.mkDerivation rec { pname = "weechat"; version = "4.8.2"; version = "4.9.0"; src = fetchurl { url = "https://weechat.org/files/src/weechat-${version}.tar.xz"; hash = "sha256-fi9hnU3NKNnYaGR2NYGhtFNJn43QZSr4Y7VARaiWTWw="; hash = "sha256-fLubJ/JafS8djEJqCPjmJe77wdPlm793WSVET3I5S28="; }; # Why is this needed? https://github.com/weechat/weechat/issues/2031 Loading