Skip to content

Commit

Permalink
Fix missing blst symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 12, 2023
1 parent fa8b323 commit d71023e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ repository cardano-haskell-packages

-- FIXME: delete this when the version in CHaP is updated.
-- We need 2.2.0.0, which hasn't been released yet (2023-05-12)
-- Temporarily use commit from: https://github.com/input-output-hk/cardano-base/pull/412
source-repository-package
type: git
location: https://github.com/input-output-hk/cardano-base
tag: a2e094985e1a3d6d9fedff5c2e01047c7dc762ed
tag: dfe9145d6d53a39cf43e37285b320e91dc3d5860
subdir: cardano-crypto-class cardano-mempool

-- See CONTRIBUTING for some Nix commands you will need to run if you
Expand Down
4 changes: 2 additions & 2 deletions nix/cells/plutus/library/make-plutus-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ let
inputMap = { "https://input-output-hk.github.io/cardano-haskell-packages" = inputs.CHaP; };
# No source-repository-packages right now
sha256map = {
"https://github.com/input-output-hk/cardano-base"."a2e094985e1a3d6d9fedff5c2e01047c7dc762ed" =
"sha256-zILzvvBQZlPRyFrwQDlbZjdBCEpJqhfnVpTTJOJd9hg=";
"https://github.com/input-output-hk/cardano-base"."dfe9145d6d53a39cf43e37285b320e91dc3d5860" =
"sha256-7eEWLlfdeIlajaY+Rrlxc2EypAlNgPwkhbIGIrTadfE=";
};

# TODO: move this into the cabal.project using the new conditional support?
Expand Down

0 comments on commit d71023e

Please sign in to comment.