summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-13 10:54:12 +0100
committerGitHub <noreply@github.com>2023-01-13 10:54:12 +0100
commit5d4f2d86ab46e13a9debb19da4b7212249fe4307 (patch)
treeb6bf589090917eb016d05cde5a859c5f09c6318a
parentc8978ddee4d51cab71b81afe363fa1be3f9a3e73 (diff)
parent675330d2091c583440e8e2373350b8f47a239e50 (diff)
Merge pull request #210415 from prusnak/hwi
hwi: 2.1.1 -> 2.2.0
-rw-r--r--pkgs/development/python-modules/hwi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix
index fabe8c3f95df..f87e589eec1b 100644
--- a/pkgs/development/python-modules/hwi/default.nix
+++ b/pkgs/development/python-modules/hwi/default.nix
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "hwi";
- version = "2.1.1";
+ version = "2.2.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "bitcoin-core";
repo = "HWI";
rev = version;
- sha256 = "sha256-jsJjGezf2JrPYr3YNZGx23Jo14DbmM1S6bu7+xgZh58=";
+ sha256 = "sha256-mLavlJHYU6gUqqc83uHMZfOglrKDIiRNN7Nf2i3fXzE=";
};
propagatedBuildInputs = [