Skip to content

Commit 9710823

Browse files
authored
Update mithril to 2442.0 (#1728)
### Why - Hotfix for the broken master --- <!-- Consider each and tick it off one way or the other --> * [x] CHANGELOG updated or not needed * [x] Documentation updated or not needed * [x] Haddocks updated or not needed * [x] No new TODOs introduced or explained herafter
2 parents 357ed03 + 425b08c commit 9710823

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ changes.
4242

4343
- Add `inlineDatumRaw` to transaction outputs on the `hydra-node` API.
4444

45+
- Update mithril to `2442.0`
46+
4547
## [0.19.0] - 2024-09-13
4648

4749
- Tested with `cardano-node 9.1.1` and `cardano-cli 9.2.1.0`

flake.lock

+7-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
flake = false;
2222
};
2323
cardano-node.url = "github:intersectmbo/cardano-node/9.2.0";
24-
mithril.url = "github:input-output-hk/mithril/2437.1";
24+
mithril.url = "github:input-output-hk/mithril/2442.0";
2525
nix-npm-buildpackage.url = "github:serokell/nix-npm-buildpackage";
2626
};
2727

0 commit comments

Comments
 (0)