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

This commit is contained in:
Sumner Evans 2021-07-11 14:31:17 -06:00
parent 68620ea21d
commit 1b597f0825
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-29";
version = "0.99.1";
src = fetchFromGitHub {
owner = "hifi";
repo = "heisenbridge";
rev = "980755226b0cb46ad9c7f40e0e940f354212a8b7";
sha256 = "sha256-jO1Dqtv3IbV4FLI3C82pxssgrCf43hAEcPLYszX2GNI=";
rev = "v${version}";
sha256 = "sha256-v3ji450YFxMiyBOb4DuDJDvAGKhWYSSQ8kBB51r97PE=";
};
propagatedBuildInputs = with python3Packages; [