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 9f4fc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
owner = "trail-of-forks";
repo = "hevm";
rev = "ea3589e04ecb06a99ca725ff1a9f40aecc30b5e7";
rev = "7d4344c5e71d14466e86331af064bab61d06bdad";
sha256 = "sha256-/CUwi/oNSqAldHoUMjAoBwVB79oxLynAP0pRScNdhlQ=";
}) { secp256k1 = pkgs.secp256k1; });

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 9f4fc1a

Please sign in to comment.