Skip to content

Commit

Permalink
Upgrade mithril version following security advisory
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Feb 21, 2025
1 parent 2b1122e commit 1f07ea5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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 @@ -116,7 +116,7 @@
};
customConfig.url = "github:input-output-hk/empty-flake";
cardano-node-runtime.url = "github:IntersectMBO/cardano-node?ref=10.1.4";
mithril.url = "github:input-output-hk/mithril?ref=2450.0";
mithril.url = "github:input-output-hk/mithril?ref=2506.0";
};

outputs = { self, nixpkgs, nixpkgs-unstable, hostNixpkgs, flake-utils,
Expand Down
2 changes: 1 addition & 1 deletion run/common/nix/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ cleanup() {
mithril() {
# shellcheck disable=SC2048
# shellcheck disable=SC2086
nix shell "github:input-output-hk/mithril?ref=2450.0" -c $*
nix shell "github:input-output-hk/mithril?ref=2506.0" -c $*
}

# Trap the cleanup function on exit
Expand Down
2 changes: 1 addition & 1 deletion run/common/nix/snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck shell=bash

function mithril() {
nix shell 'github:input-output-hk/mithril?ref=2450.0' --command mithril-client $@
nix shell 'github:input-output-hk/mithril?ref=2506.0' --command mithril-client $@
}

function jq() {
Expand Down
2 changes: 1 addition & 1 deletion run/mainnet/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
mithril:
env_file:
- .env
image: ghcr.io/input-output-hk/mithril-client:2450.0-c6c7eba
image: ghcr.io/input-output-hk/mithril-client:2506.0-2627f17
user: ${USER_ID}:${GROUP_ID}
volumes:
- ${NODE_DB}:/app/db
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildkite/admin/refresh-preprod-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export GENESIS_VERIFICATION_KEY=5b3132372c37332c3132342c3136312c362c3133372c3133
mithril() {
# shellcheck disable=SC2048
# shellcheck disable=SC2086
nix shell "github:input-output-hk/mithril" -c $*
nix shell "github:input-output-hk/mithril?ref=2506.0" -c $*
}

mithril echo "mithril is available" || exit 44
Expand Down

0 comments on commit 1f07ea5

Please sign in to comment.