Skip to content

Commit

Permalink
fixup! chore(core/monero): update test binary to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejcik committed May 11, 2022
1 parent 1df381b commit 437bef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ let
sha256 = "02s3qkb6kz3ndyx7rfndjbvp4vlwiqc42fxypn3g6jnc0v5jyz95";
}) { };
moneroTests = nixpkgs.fetchurl {
url = "https://github.com/ph4r05/monero/releases/download/v0.17.3.0-dev-tests/trezor_tests";
sha256 = "b534137bf624ea8511abb183384a2d27b6365290a0cae539a1d8c41cd4ccae61";
url = "https://github.com/ph4r05/monero/releases/download/v0.17.3.2-dev-tests-u18.04-01/trezor_tests";
sha256 = "a9f5ac4f0ea908a132d1b1d2a49917ac35ca2a7166fb5178498f3342329d0a5c";
};
moneroTestsPatched = nixpkgs.runCommandCC "monero_trezor_tests" {} ''
cp ${moneroTests} $out
Expand Down

0 comments on commit 437bef8

Please sign in to comment.