Skip to content

Commit

Permalink
mithril: 2430.0 -> 2437.1 (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact authored Oct 1, 2024
2 parents 3848c86 + d9e7497 commit 4aacf31
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 23 deletions.
4 changes: 2 additions & 2 deletions docs/docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ After ensuring the tools above are available, begin by downloading pre-built bin
```shell
mkdir -p bin
hydra_version=0.19.0
mithril_version=2430.0
mithril_version=2437.1
cardano_node_version=9.2.0
curl -L -O https://github.com/cardano-scaling/hydra/releases/download/${hydra_version}/hydra-x86_64-linux-${hydra_version}.zip
unzip -d bin hydra-x86_64-linux-${hydra_version}.zip
Expand All @@ -50,7 +50,7 @@ chmod +x bin/*
```shell
mkdir -p bin
hydra_version=0.19.0
mithril_version=2430.0
mithril_version=2437.1
cardano_node_version=9.2.0
curl -L -O https://github.com/cardano-scaling/hydra/releases/download/${hydra_version}/hydra-aarch64-darwin-${hydra_version}.zip
unzip -d bin hydra-aarch64-darwin-${hydra_version}.zip
Expand Down
41 changes: 21 additions & 20 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
flake = false;
};
cardano-node.url = "github:intersectmbo/cardano-node/9.2.0";
mithril.url = "github:input-output-hk/mithril/2430.0";
mithril.url = "github:input-output-hk/mithril/2437.1";
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
};

Expand Down

0 comments on commit 4aacf31

Please sign in to comment.