Skip to content

Commit

Permalink
bump node to master
Browse files Browse the repository at this point in the history
  • Loading branch information
disassembler committed Sep 16, 2021
1 parent a5ed50e commit 56455c1
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 27 deletions.
18 changes: 10 additions & 8 deletions cabal.project
@@ -1,4 +1,4 @@
index-state: 2021-07-02T00:00:00Z
index-state: 2021-08-14T00:00:00Z

packages:
cardano-db
Expand Down Expand Up @@ -121,8 +121,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-ledger-specs
tag: 51e984debe69fbdf9ae5111db7c1849d8bdb83c0
--sha256: 1f9wj751n4zxcfzzg1vd08lmfi93k4aaj5lmzpw87biyvz436496
tag: ab138130d979d273f31a7a383c9ab81906e0727c
--sha256: 1pqdm1v6sjf19z3cy4jsyj81wizwafa1lprafnwn5plqd9qimz55
subdir:
alonzo/impl
byron/chain/executable-spec
Expand All @@ -132,19 +132,22 @@ source-repository-package
byron/ledger/impl
byron/ledger/impl/test
cardano-ledger-core
cardano-protocol-tpraos
semantics/executable-spec
semantics/small-steps-test
shelley/chain-and-ledger/dependencies/non-integer
shelley/chain-and-ledger/executable-spec
shelley/chain-and-ledger/shelley-spec-ledger-test
shelley-ma/impl
shelley-ma/shelley-ma-test
--TODO: disabled until it drops its dep on plutus-tx-plugin
-- alonzo/test

source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-node
tag: ea1873d0eebb460631815aae73f246cd93edfb18
--sha256: 10lvkndyb6sfmrp8sh8j089vfzxyc3zq51r33a4ay2wvn71q88b2
tag: c5a7c8f4b6e2bfe3132b491dfb5750d770a6544f
--sha256: 0cv4y6lwhmpj1arif6fxnwxazbigsbklkm0a2kb9nzlk8rk3wcgg
subdir:
cardano-api
cardano-config
Expand Down Expand Up @@ -189,10 +192,9 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/input-output-hk/ouroboros-network
tag: 22d9b995e2c302fb14532aa459bc6b81627267bc
--sha256: 0lgkggcyyx8g7avpgkp1cdm1fjgr9cv6jqrasjkyjbr5q60n3nmz
tag: e74388a28e8775ed2e85067f0413792071686714
--sha256: 1msp9abhnp7pxhj79bfa61ps0g5ram9r7knv3nw6v8gla404zl3r
subdir:
cardano-client
io-sim
io-classes
monoidal-synchronisation
Expand Down
232 changes: 213 additions & 19 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions nix/fix-cabal-project-hashes.sh
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
cd $(git rev-parse --show-toplevel)

exec $(nix-build `dirname $0`/. -A iohkNix.cabalProjectRegenerate --no-out-link --option substituters "https://hydra.iohk.io https://cache.nixos.org" --option trusted-substituters "" --option trusted-public-keys "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=")/bin/cabal-project-regenerate

0 comments on commit 56455c1

Please sign in to comment.