Skip to content

Commit c844403

Browse files
authored
Merge pull request #141 from mlabs-haskell/avnik/ogmios-bump
bump cardano-node (10.5.1), ogmios and db-sync packages
2 parents 4e3976d + ad56d64 commit c844403

File tree

3 files changed

+37
-20
lines changed

3 files changed

+37
-20
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
# Services
88

99
cardano-node = {
10-
url = "github:intersectmbo/cardano-node/10.4.1";
10+
url = "github:intersectmbo/cardano-node/10.5.1";
1111
};
1212
# TODO remove this input once this PR is part of a release
1313
# https://github.com/IntersectMBO/cardano-node/pull/6207
1414
cardano-node-nixos-module-fixed = {
1515
url = "github:intersectmbo/cardano-node/40192a627d56d4c467cd88c0ceac50e83cccb0a7";
1616
};
1717
cardano-db-sync = {
18-
url = "github:intersectmbo/cardano-db-sync/13.6.0.2";
18+
url = "github:intersectmbo/cardano-db-sync/13.6.0.5";
1919
};
2020
blockfrost = {
2121
url = "github:blockfrost/blockfrost-backend-ryo/v4.1.2";

packages/ogmios.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ in
1818
perSystem =
1919
{ pkgs, ... }:
2020
{
21-
packages.ogmios = mkPackage pkgs "6.8.0" "sha256-PM3tB6YdFsXRxGptDuxOvLke0m/08ySy4oV1WfIu//g=";
21+
packages.ogmios = mkPackage pkgs "6.13.0" "sha256-b8EscEAsyBkC4PHu+XLtO4sT8WlbWfjfhu/HnOsOQ3E=";
2222
};
2323
}

0 commit comments

Comments
 (0)