heisenbridge: 1.7.0 -> 1.7.1

This commit is contained in:
Sumner Evans 2021-11-22 10:44:10 -07:00
parent 4418f362e6
commit cda90888f2
No known key found for this signature in database
GPG Key ID: 8904527AB50022FD

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "heisenbridge";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "hifi";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rN+qoBS9zIy5EHlFQxgAlcz9haoYJNMKJ2wlS46UOi0=";
sha256 = "sha256-q1Rj8BehvYnV/Kah5YKAxBUz4j9WziSqn1fVeaKpy7g=";
};
postPatch = ''