lol

hwi: 2.1.0 -> 2.1.1

+2 -2
+2 -2
pkgs/development/python-modules/hwi/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "hwi"; 18 - version = "2.1.0"; 18 + version = "2.1.1"; 19 19 format = "setuptools"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "bitcoin-core"; 23 23 repo = "HWI"; 24 24 rev = version; 25 - sha256 = "sha256-ih4k58OdH5taf/7fvqLeWLrMzR38uPpDSGE4KU8sEAk="; 25 + sha256 = "sha256-jsJjGezf2JrPYr3YNZGx23Jo14DbmM1S6bu7+xgZh58="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [