Skip to content

Commit 57141a8

Browse files
authored
Merge pull request #3270 from input-output-hk/chore/LW-12084-update-cardano-node
[LW-12084] Update `cardano-node` to 10.1.4, and `cardano-wallet` to v2025-01-09
2 parents f02475f + ba891cf commit 57141a8

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## vNext
4+
5+
### Chores
6+
7+
- Update `cardano-node` to 10.1.4, and `cardano-wallet` to v2025-01-09 ([PR 3270](https://github.com/input-output-hk/daedalus/pull/3270))
8+
39
## 7.0.2
410

511
### Fixes

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
inputs = {
55
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-22.11-darwin";
6-
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2024-11-18";
6+
cardano-wallet-unpatched.url = "github:cardano-foundation/cardano-wallet/v2025-01-09";
77
cardano-wallet-unpatched.flake = false; # otherwise, +10k quadratic dependencies in flake.lock…
8-
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.1.3";
8+
cardano-node-override.url = "github:IntersectMBO/cardano-node/10.1.4";
99
cardano-node-override.flake = false;
10-
cardano-playground.url = "github:input-output-hk/cardano-playground/49d93e5fe42e1e37f8b4c7d463b5d6bc4af65f26";
10+
cardano-playground.url = "github:input-output-hk/cardano-playground/d3322dce0ab1c00386adc93899aabe9252342b54";
1111
cardano-playground.flake = false; # otherwise, +9k dependencies in flake.lock…
1212
cardano-shell.url = "github:input-output-hk/cardano-shell/0d1d5f036c73d18e641412d2c58d4acda592d493";
1313
cardano-shell.flake = false;

nix/internal/source-lib.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ in rec {
3838
else "dirty";
3939
# XXX: inputs.self.revCount is not available in Cicero, let’s use a counter incrementing every hour:
4040
buildCounter =
41-
if inputs.self ? shortRev
41+
if inputs.self ? lastModified
4242
then (inputs.self.lastModified - daedalusEpoch) / (60 * 60)
4343
else 0;
4444

0 commit comments

Comments
 (0)