hwi 0 -> 1 attrpath: hwi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zsz0jglv3y7qfl1ak6dg0w5xpfkz1sy1-packages.json.drv building '/nix/store/zsz0jglv3y7qfl1ak6dg0w5xpfkz1sy1-packages.json.drv'... Going to be running update for following packages: - hwi-2.4.0 Press Enter key to continue... Running update for: - hwi-2.4.0: UPDATING ... - hwi-2.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hwi/default.nix b/pkgs/development/python-modules/hwi/default.nix index 0f4c21e86e7c..311036b38824 100644 --- a/pkgs/development/python-modules/hwi/default.nix +++ b/pkgs/development/python-modules/hwi/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "hwi"; - version = "2.4.0"; + version = "3.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "bitcoin-core"; repo = "HWI"; rev = "refs/tags/${version}"; - hash = "sha256-a1ppYDuY7CtNrKSvuAofS79nvDaYUMIm4FCHiiQYrtQ="; + hash = "sha256-hpMH3Zy3/TTBYUukJQZw63f0KuE3O9G2aYcGdL6Q3eM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.4.0" not present in master derivation file with contents: { lib , bitbox02 , buildPythonPackage , cbor , ecdsa , fetchFromGitHub , hidapi , libusb1 , mnemonic , pyaes , pyserial , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "hwi"; version = "3.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "bitcoin-core"; repo = "HWI"; rev = "refs/tags/${version}"; hash = "sha256-hpMH3Zy3/TTBYUukJQZw63f0KuE3O9G2aYcGdL6Q3eM="; }; propagatedBuildInputs = [ bitbox02 cbor ecdsa hidapi libusb1 mnemonic pyaes pyserial typing-extensions ]; # Tests require to clone quite a few firmwares doCheck = false; pythonImportsCheck = [ "hwilib" ]; meta = with lib; { description = "Bitcoin Hardware Wallet Interface"; homepage = "https://github.com/bitcoin-core/hwi"; changelog = "https://github.com/bitcoin-core/HWI/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ prusnak ]; }; }