Commit 31d81cc5 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 7a5d8e95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -105,11 +105,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;

stdenv.mkDerivation rec {
  pname = "weechat";
  version = "4.8.1";
  version = "4.8.2";

  src = fetchurl {
    url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
    hash = "sha256-56wfvMcUWO1keq2odHmQkFy1v7k/2MzMvCqWlnOkKFo=";
    hash = "sha256-fi9hnU3NKNnYaGR2NYGhtFNJn43QZSr4Y7VARaiWTWw=";
  };

  # Why is this needed? https://github.com/weechat/weechat/issues/2031