Commit 6e8d3ae6 authored by Sumner Evans's avatar Sumner Evans Committed by Masum Reza
Browse files

heisenbridge: 1.15.0 -> 1.15.2

https://github.com/hifi/heisenbridge/releases/tag/v1.15.2



Also adds an update script to make automatic updates easier.

Signed-off-by: default avatarSumner Evans <me@sumnerevans.com>
parent bc8560e9
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
{
  lib,
  fetchFromGitHub,
  nix-update-script,
  python3,
}:

python3.pkgs.buildPythonApplication rec {
  pname = "heisenbridge";
  version = "1.15.0";
  version = "1.15.2";

  src = fetchFromGitHub {
    owner = "hifi";
    repo = pname;
    tag = "v${version}";
    sha256 = "sha256-4K6Sffu/yKHkcoNENbgpci2dbJVAH3vVkogcw/IYpnw=";
    sha256 = "sha256-7zOpjIRYm+F8my+Gk/SXFIpzXMublPuzo93GpD8SxvU=";
  };

  postPatch = ''
@@ -30,6 +31,8 @@ python3.pkgs.buildPythonApplication rec {
    pytestCheckHook
  ];

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Bouncer-style Matrix-IRC bridge";
    homepage = "https://github.com/hifi/heisenbridge";