Merge remote-tracking branch 'upstream-pull/81/head'

This commit is contained in:
Jonas Nick 2019-06-25 18:37:12 +00:00
commit b1835f1c9b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ let
in
buildPythonPackage rec {
pname = "hwi";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "HWI";
rev = "4dd56fda3cd9cade8abc482e43e7733ddc8360a9";
sha256 = "1xy2iq95b8a4cm9k5yzsi8lx1ha0dral3lhshbl1mfm1fi9ch3nk";
rev = version;
sha256 = "0m3p72r8ghzwwsmc7y0dzxn0wzaplqqq1q0cd327fnnljddp5b10";
};
# TODO: enable tests