Skip to content

Commit

Permalink
Merge pull request #106 from mlabs-haskell/aciceri/update-oura
Browse files Browse the repository at this point in the history
Update Oura to 1.9.1
  • Loading branch information
aciceri authored Sep 17, 2024
2 parents 50d2065 + 2af5397 commit d604155
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -30,7 +30,7 @@
};

oura = {
url = "github:txpipe/oura/v1.8.6";
url = "github:txpipe/oura/v1.9.1";
inputs.crane.follows = "crane";
};
crane = {
Expand Down
2 changes: 1 addition & 1 deletion packages/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
cardano-configurations = packages."cardano-configurations-8.7.3";
ogmios = packages."ogmios-6.1.0";
kupo = packages."kupo-2.8.0";
oura = packages."oura-1.8.6";
oura = packages."oura-1.9.1";
};
"cardano-node-8.1.1" = final: _prev:
# overlay for packages compatible with cardano-transaction-lib 8.0.0
Expand Down

0 comments on commit d604155

Please sign in to comment.