hwi: 2.1.0 -> 2.1.1

This commit is contained in:
Pavol Rusnak 2022-05-25 14:28:48 +02:00
parent 7519523f83
commit 76024420f2
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "hwi";
version = "2.1.0";
version = "2.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "HWI";
rev = version;
sha256 = "sha256-ih4k58OdH5taf/7fvqLeWLrMzR38uPpDSGE4KU8sEAk=";
sha256 = "sha256-jsJjGezf2JrPYr3YNZGx23Jo14DbmM1S6bu7+xgZh58=";
};
propagatedBuildInputs = [