Unverified Commit 495cb76d authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

weechat: 4.8.1 -> 4.8.2 (#497711)

parents f949947f 31d81cc5
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