heisenbridge: 1.2.0 -> 1.2.1

https://github.com/hifi/heisenbridge/releases/tag/v1.2.1
This commit is contained in:
Sumner Evans 2021-09-30 09:15:20 -06:00
parent ccbf4cad46
commit ffea254935
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.2.0";
version = "1.2.1";
# Use the release tarball because it has the version set correctly using the
# version.txt file.
src = fetchurl {
url = "https://github.com/hifi/heisenbridge/releases/download/v${version}/heisenbridge-${version}.tar.gz";
sha256 = "sha256-xSqtgUlB7/4QWsq5+8YhxxfQyufpuscIIROJnlnFZn0=";
sha256 = "sha256-w+8gsuPlnT1pl+jiZFBYcIAN4agIAcvwkmdysj3+RAQ=";
};
propagatedBuildInputs = with python3Packages; [