Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LW-12084] Update cardano-node to 10.1.4, and cardano-wallet to v2025-01-09 #3270

Merged
merged 7 commits into from
Jan 10, 2025
Prev Previous commit
fix: Hydra eval (more like a workaround)
  • Loading branch information
michalrus committed Jan 9, 2025
commit ba891cf414d0a691b38d11dfde1139db8a748e31
2 changes: 1 addition & 1 deletion nix/internal/source-lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ in rec {
else "dirty";
# XXX: inputs.self.revCount is not available in Cicero, let’s use a counter incrementing every hour:
buildCounter =
if inputs.self ? shortRev
if inputs.self ? lastModified
then (inputs.self.lastModified - daedalusEpoch) / (60 * 60)
else 0;

Expand Down
Loading