Unverified Commit 9879f7e5 authored by Nicola Squartini's avatar Nicola Squartini
Browse files

bitbox: 4.49.0 -> 4.50.1

parent 84535e27
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  runCommand,
  buildNpmPackage,
  clang,
  go_1_24,
  go,
  libsForQt5,
  qt6,
  udevCheckHook,
@@ -21,14 +21,14 @@ let
in
stdenv.mkDerivation rec {
  pname = "bitbox";
  version = "4.49.0";
  version = "4.50.1";

  src = fetchFromGitHub {
    owner = "BitBoxSwiss";
    repo = "bitbox-wallet-app";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-pl7vtRQCxRwG58bBnT8iAi2qfsdeJrHbzDeHJsYwjnQ=";
    hash = "sha256-ZK1US/RF67QPyV0xRVIw4mecNZM/82GhWvjhJ47rKHU=";
  };

  postPatch = ''
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
    inherit version;
    inherit src;
    sourceRoot = "${src.name}/frontends/web";
    npmDepsHash = "sha256-J3jT286MZGTHgmRXKiXj7lod9wgoEVQrCfOGCtSyG/s=";
    npmDepsHash = "sha256-kIYyUeaTgj4dJXfAJ1+3WDIYSADFcs5ypRGTODlxwDI=";
    installPhase = "cp -r build $out";
  };

@@ -81,7 +81,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [
    clang
    go_1_24
    go
    qt6.wrapQtAppsHook
    rcc
    udevCheckHook