Skip to content

Commit

Permalink
Update to hevm with regressions fixed (#894)
Browse files Browse the repository at this point in the history
* Update to hevm with regressions fixed

* Bump to the released hevm 0.50.2
  • Loading branch information
arcz committed Jan 6, 2023
1 parent 9c89f55 commit 6f7b19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
owner = "ethereum";
repo = "hevm";
rev = "0.50.1";
sha256 = "sha256-fgseeQNxWh13PVLsfvyAdZZwtqzELbTivPOiRc6cox8=";
rev = "release/0.50.2";
sha256 = "sha256-RjGmlm+lbbzT9tC0s3KeqjRsN6BvX5K0M3/NpqaWNs8=";
}) { secp256k1 = pkgs.secp256k1; });

echidna = with pkgs; lib.pipe
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/ethereum/hevm.git
commit: 021d6355df0778638054fb4742cd9b110ea3b314
commit: 2e79872435fa7eccb6c3b7abb32a364da89ca08d

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

0 comments on commit 6f7b19c

Please sign in to comment.