Unverified Commit 4f431f82 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

weechat-unwrapped: 4.7.0 -> 4.7.1 (#434328)

parents db18278e a9c27790
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -104,11 +104,11 @@ assert lib.all (p: p.enabled -> !(builtins.elem null p.buildInputs)) plugins;

stdenv.mkDerivation rec {
  pname = "weechat";
  version = "4.7.0";
  version = "4.7.1";

  src = fetchurl {
    url = "https://weechat.org/files/src/weechat-${version}.tar.xz";
    hash = "sha256-RdwDlgYMhjFphoNJ7CgK8cb0rFJKpJJYDhoGXhQsLNg=";
    hash = "sha256-6D+3HKJRxd10vZxaa9P4XcLrjs7AlV9DwH8+CRHtt9M=";
  };

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