bitbox: 4.47.2 -> 4.47.3

This commit is contained in:
Diego
2025-05-30 12:51:23 +02:00
parent 490fa1812a
commit 4f4d591cd4
+2 -2
View File
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
pname = "bitbox";
version = "4.47.2";
version = "4.47.3";
src = fetchFromGitHub {
owner = "BitBoxSwiss";
repo = "bitbox-wallet-app";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-sRE+Nnb3oqiJEjqiyG+3/sZLp23nquw5+4VpbZVFCQ8=";
hash = "sha256-Rxlj9Xm78xI61ynOonokxii2jnemumWy6fX+82bDp+w=";
};
postPatch = ''