File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/by-name/he/heisenbridge Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11{
22 lib ,
33 fetchFromGitHub ,
4+ nix-update-script ,
45 python3 ,
56} :
67
78python3 . 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" ;
You can’t perform that action at this time.
0 commit comments