bitbox: 4.50.1 -> 4.51.0 (#523403)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-29 11:16:06 +00:00
committed by GitHub
+2 -2
View File
@@ -21,14 +21,14 @@ let
in
stdenv.mkDerivation rec {
pname = "bitbox";
version = "4.50.1";
version = "4.51.0";
src = fetchFromGitHub {
owner = "BitBoxSwiss";
repo = "bitbox-wallet-app";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-ZK1US/RF67QPyV0xRVIw4mecNZM/82GhWvjhJ47rKHU=";
hash = "sha256-/S+UIYSntUb0fyR6T/Egj6LX9TCI1l0h8gPHMntiTYU=";
};
postPatch = ''