3
0
Fork 0
forked from mirrors/nixpkgs

heisenbridge: 1.0.1 -> 1.1.0

https://github.com/hifi/heisenbridge/releases/tag/v1.1.0
This commit is contained in:
Sumner Evans 2021-09-14 08:52:26 -04:00
parent 1fd9d58eb4
commit 27f6bd4643
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 = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "hifi";
repo = "heisenbridge";
rev = "v${version}";
sha256 = "sha256-PaLOFZTeX7HxBiOc94x5sHuJYKRF1fR9ShmQN7IPuuo=";
sha256 = "sha256-7B4orrANb4hTXJ4cFYxhmrOgEIoU3TPmsR239JhIrTw=";
};
propagatedBuildInputs = with python3Packages; [