Skip to content

Commit

Permalink
bump hevm again
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Jul 9, 2024
1 parent ad326b6 commit 3e261e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
owner = "trail-of-forks";
repo = "hevm";
rev = "ea3589e04ecb06a99ca725ff1a9f40aecc30b5e7";
sha256 = "sha256-/CUwi/oNSqAldHoUMjAoBwVB79oxLynAP0pRScNdhlQ=";
rev = "7d4344c5e71d14466e86331af064bab61d06bdad";
sha256 = "sha256-kts6mdwx5KUrVdNztzewWgNM9xGViAhFIZPnWOUllOU=";
}) { secp256k1 = pkgs.secp256k1; });

# FIXME: figure out solc situation, it conflicts with the one from
Expand Down Expand Up @@ -147,9 +147,6 @@
packages = _: [ (echidna pkgs) ];
shellHook = "hpack";
buildInputs = [
pkgs.secp256k1
pkgs.libff
pkgs.gmp
solc
slither-analyzer
haskellPackages.hlint
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages:

extra-deps:
- git: https://github.com/trail-of-forks/hevm.git
commit: ea3589e04ecb06a99ca725ff1a9f40aecc30b5e7
commit: 7d4344c5e71d14466e86331af064bab61d06bdad

- restless-git-0.7@sha256:346a5775a586f07ecb291036a8d3016c3484ccdc188b574bcdec0a82c12db293,968
- s-cargot-0.1.4.0@sha256:61ea1833fbb4c80d93577144870e449d2007d311c34d74252850bb48aa8c31fb,3525
Expand Down

0 comments on commit 3e261e3

Please sign in to comment.