heisenbridge: 1.14.2 -> 1.14.3

https://github.com/hifi/heisenbridge/releases/tag/v1.14.3
This commit is contained in:
Aaron Bieber 2023-07-19 10:44:46 -06:00
parent c941659cd3
commit 643bc96bd6
No known key found for this signature in database

View file

@ -17,13 +17,13 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.14.2";
version = "1.14.3";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-qp0LVcmWf5lZ52h0V58S6FoIM8RLOd6Y3FRb85j7KRg=";
sha256 = "sha256-IKvB3L5xgAGLkN67rw2dp4Nvv0w4XbeXMcMmY7SGeNU=";
};
postPatch = ''