Skip to content

Commit

Permalink
Bump cardano-node version to 10.1.4 (#4914)
Browse files Browse the repository at this point in the history
fix #4911
  • Loading branch information
paolino authored Jan 8, 2025
2 parents c68fad1 + f5b5024 commit add2319
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
11 changes: 7 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ index-state: 2024-10-10T00:52:24Z

index-state:
, hackage.haskell.org 2024-10-10T00:52:24Z
, cardano-haskell-packages 2024-10-23T20:55:17Z
, cardano-haskell-package 2025-01-07T17:42:00Z

packages:
lib/address-derivation-discovery
Expand Down Expand Up @@ -191,12 +191,15 @@ constraints:


-- Cardano Node dependencies:
, io-classes >= 1.4
, io-classes == 1.5.0.0
, io-classes -asserts

, cardano-ledger-api ^>= 1.9

, ouroboros-network ^>= 0.17
, cardano-ledger-api == 1.9.4.0

, ouroboros-network == 0.17.1.2

, cardano-api == 10.1.0.0


-- Related to: https://github.com/haskell/cabal/issues/8554
Expand Down
14 changes: 7 additions & 7 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 @@ -142,7 +142,7 @@
flake = false;
};
customConfig.url = "github:input-output-hk/empty-flake";
cardano-node-runtime.url = "github:IntersectMBO/cardano-node?ref=10.1.3";
cardano-node-runtime.url = "github:IntersectMBO/cardano-node?ref=10.1.4";
};

outputs = { self, nixpkgs, nixpkgs-unstable, hostNixpkgs, flake-utils,
Expand Down

0 comments on commit add2319

Please sign in to comment.