Merge pull request #244379 from qbit/heisenbridge-1.14.3

heisenbridge: 1.14.2 -> 1.14.3
This commit is contained in:
Sandro 2023-07-20 22:07:06 +02:00 committed by GitHub
commit cc021cc787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''