From f4263e7c6915dd9e2b5dc26d3baf6566add521c8 Mon Sep 17 00:00:00 2001 From: Nicola Squartini Date: Sun, 23 Nov 2025 12:28:05 +0100 Subject: [PATCH] bitbox: 4.48.6 -> 4.49.0 --- pkgs/by-name/bi/bitbox/package.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/bi/bitbox/package.nix b/pkgs/by-name/bi/bitbox/package.nix index 938bb3b458ee..af7a03256718 100644 --- a/pkgs/by-name/bi/bitbox/package.nix +++ b/pkgs/by-name/bi/bitbox/package.nix @@ -5,7 +5,7 @@ runCommand, buildNpmPackage, clang, - go, + go_1_24, libsForQt5, qt6, udevCheckHook, @@ -21,14 +21,14 @@ let in stdenv.mkDerivation rec { pname = "bitbox"; - version = "4.48.6"; + version = "4.49.0"; src = fetchFromGitHub { owner = "BitBoxSwiss"; repo = "bitbox-wallet-app"; tag = "v${version}"; fetchSubmodules = true; - hash = "sha256-qNcwBaJywWMo/Bb1QkOM9FQ76Sf2DqULUr+W583ufAk="; + hash = "sha256-pl7vtRQCxRwG58bBnT8iAi2qfsdeJrHbzDeHJsYwjnQ="; }; postPatch = '' @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { inherit version; inherit src; sourceRoot = "${src.name}/frontends/web"; - npmDepsHash = "sha256-9NS85U4L5sLX3n/uN4p4CB5vfpWMMcnf6wESlFdQPlI="; + npmDepsHash = "sha256-J3jT286MZGTHgmRXKiXj7lod9wgoEVQrCfOGCtSyG/s="; installPhase = "cp -r build $out"; }; @@ -72,7 +72,7 @@ stdenv.mkDerivation rec { cp frontends/qt/build/BitBox $out/bin/bitbox cp frontends/qt/build/assets.rcc $out/bin cp frontends/qt/server/libserver.so $out/lib - install -Dt $out/lib/udev/rules.d ${./rules.d}/* + install -m 644 -Dt $out/lib/udev/rules.d ${./rules.d}/* runHook postInstall ''; @@ -81,7 +81,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ clang - go + go_1_24 qt6.wrapQtAppsHook rcc udevCheckHook