From 677465eecdd1d6c0471145f93c4c5929d7e51760 Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Wed, 13 Jan 2021 17:10:18 +0100 Subject: [PATCH] ci: update Monero test binary to latest 0.17.1.9 --- ci/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/shell.nix b/ci/shell.nix index 8454a10f28..85771a2200 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -10,8 +10,8 @@ with import let moneroTests = fetchurl { - url = "https://github.com/ph4r05/monero/releases/download/v0.15.0.0-tests-u18.04-03/trezor_tests"; - sha256 = "1e5dfdb07de4ea46088f4a5bdb0d51f040fe479019efae30f76427eee6edb3f7"; + url = "https://github.com/ph4r05/monero/releases/download/v0.17.1.9-tests/trezor_tests"; + sha256 = "410bc4ff2ff1edc65e17f15b549bd1bf8a3776cf67abdea86aed52cf4bce8d9d"; }; moneroTestsPatched = runCommandCC "monero_trezor_tests" {} '' cp ${moneroTests} $out