Skip to content

Commit 6e8d3ae

Browse files
sumnerevansJohnRTitor
authored andcommitted
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: Sumner Evans <[email protected]>
1 parent bc8560e commit 6e8d3ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pkgs/by-name/he/heisenbridge/package.nix

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
{
22
lib,
33
fetchFromGitHub,
4+
nix-update-script,
45
python3,
56
}:
67

78
python3.pkgs.buildPythonApplication rec {
89
pname = "heisenbridge";
9-
version = "1.15.0";
10+
version = "1.15.2";
1011

1112
src = fetchFromGitHub {
1213
owner = "hifi";
1314
repo = pname;
1415
tag = "v${version}";
15-
sha256 = "sha256-4K6Sffu/yKHkcoNENbgpci2dbJVAH3vVkogcw/IYpnw=";
16+
sha256 = "sha256-7zOpjIRYm+F8my+Gk/SXFIpzXMublPuzo93GpD8SxvU=";
1617
};
1718

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

34+
passthru.updateScript = nix-update-script { };
35+
3336
meta = with lib; {
3437
description = "Bouncer-style Matrix-IRC bridge";
3538
homepage = "https://github.com/hifi/heisenbridge";

0 commit comments

Comments
 (0)