Skip to content

Commit 9448487

Browse files
authored
Merge pull request NixOS#224084: heisenbridge: 1.13.1 -> 1.14.2
2 parents cb204a4 + bd06af8 commit 9448487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/heisenbridge/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ let
1717
in
1818
python.pkgs.buildPythonApplication rec {
1919
pname = "heisenbridge";
20-
version = "1.13.1";
20+
version = "1.14.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "hifi";
2424
repo = pname;
2525
rev = "refs/tags/v${version}";
26-
sha256 = "sha256-sgZql9373xKT7Hi8M5TIZTOkS2AOFoKA1DXYa2f2IkA=";
26+
sha256 = "sha256-qp0LVcmWf5lZ52h0V58S6FoIM8RLOd6Y3FRb85j7KRg=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)