Skip to content

Commit

Permalink
[ADP-3224] Minimal bump to node 8.1.2 (#4302)
Browse files Browse the repository at this point in the history
This pull request does the minimum thing to bump the run-time dependency
on `cardano-node` to version 8.1.2.

### Issue number

ADP-3224
  • Loading branch information
HeinrichApfelmus authored Dec 5, 2023
2 parents 421c063 + ba97227 commit 85b7a72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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:input-output-hk/cardano-node?ref=8.1.1";
cardano-node-runtime.url = "github:input-output-hk/cardano-node?ref=8.1.2";
};

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

0 comments on commit 85b7a72

Please sign in to comment.