Skip to content

Commit

Permalink
bitbox: 4.44.1 -> 4.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tensor5 committed Nov 1, 2024
1 parent 9729c8c commit 26cc2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/bitbox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

stdenv.mkDerivation rec {
pname = "bitbox";
version = "4.44.1";
version = "4.45.0";

src = fetchFromGitHub {
owner = "BitBoxSwiss";
repo = "bitbox-wallet-app";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-BaQzy0XL9Rd/uRvKeK5yRGl6g9HF69TBCgJ+t7d7lDY=";
hash = "sha256-miy7uLNWvLacLOrlpsUE/nR/JNBkcueJX8/mX+abeAg=";
};

patches = [
Expand Down

0 comments on commit 26cc2cf

Please sign in to comment.