heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29

Critically, this includes the changes from hifi/heisenbridge#78 which
adds an entrypoint so that the executable works.
This commit is contained in:
Sumner Evans 2021-05-29 22:16:23 -06:00
parent 4d90a6bcc4
commit c2ac1112e5
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonPackage rec {
pname = "heisenbridge";
version = "unstable-2021-05-23";
version = "unstable-2021-05-29";
src = fetchFromGitHub {
owner = "hifi";
repo = "heisenbridge";
rev = "1f8df49b7e89aaeb2cbb5fee68bd29cf3eda079a";
sha256 = "sha256-ta6n9hXRdIjfxsLy9jrzZkz6TS50/TYpFOb/BLrRWK4=";
rev = "980755226b0cb46ad9c7f40e0e940f354212a8b7";
sha256 = "sha256-jO1Dqtv3IbV4FLI3C82pxssgrCf43hAEcPLYszX2GNI=";
};
propagatedBuildInputs = with python3Packages; [