Skip to content

Commit

Permalink
update solo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Feb 23, 2024
1 parent 9fd2de3 commit 1559ea0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration_tests/install_solo_machine.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, lib }:
let
version = "v0.1.2";
version = "v0.1.3";
srcUrl = {
x86_64-linux = {
url =
"https://github.com/crypto-com/ibc-solo-machine/releases/download/${version}/ubuntu-latest-${version}.tar.gz";
sha256 = "sha256-GEfHyUKvq69RAGWv29PAG3pFlBraXXhdkTcG045dePw=";
sha256 = "0000000000000000000000000000000000000000000000000000";
};
x86_64-darwin = {
url =
Expand All @@ -15,7 +15,7 @@ let
aarch64-darwin = {
url =
"https://github.com/crypto-com/ibc-solo-machine/releases/download/${version}/macos-latest-${version}.tar.gz";
sha256 = "sha256-zx4342stMYzgQDXAKwnZKSfdLynGIApOFKZ+CjRCyaE=";
sha256 = "sha256-vVgsng5jpmKRODUvjDja/dTvysXSg14O0oVqRswlFts=";
};
}.${stdenv.system} or (throw
"Unsupported system: ${stdenv.system}");
Expand Down

0 comments on commit 1559ea0

Please sign in to comment.