Update to hevm with regressions fixed (#894)

* Update to hevm with regressions fixed

* Bump to the released hevm 0.50.2
pull/896/head
Artur Cygan 2 years ago committed by GitHub
parent 9c89f55377
commit 6f7b19c4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      flake.nix
  2. 2
      stack.yaml

@ -47,8 +47,8 @@
pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub { pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
owner = "ethereum"; owner = "ethereum";
repo = "hevm"; repo = "hevm";
rev = "0.50.1"; rev = "release/0.50.2";
sha256 = "sha256-fgseeQNxWh13PVLsfvyAdZZwtqzELbTivPOiRc6cox8="; sha256 = "sha256-RjGmlm+lbbzT9tC0s3KeqjRsN6BvX5K0M3/NpqaWNs8=";
}) { secp256k1 = pkgs.secp256k1; }); }) { secp256k1 = pkgs.secp256k1; });
echidna = with pkgs; lib.pipe echidna = with pkgs; lib.pipe

@ -5,7 +5,7 @@ packages:
extra-deps: extra-deps:
- git: https://github.com/ethereum/hevm.git - git: https://github.com/ethereum/hevm.git
commit: 021d6355df0778638054fb4742cd9b110ea3b314 commit: 2e79872435fa7eccb6c3b7abb32a364da89ca08d
- restless-git-0.7@sha256:346a5775a586f07ecb291036a8d3016c3484ccdc188b574bcdec0a82c12db293,968 - restless-git-0.7@sha256:346a5775a586f07ecb291036a8d3016c3484ccdc188b574bcdec0a82c12db293,968
- s-cargot-0.1.4.0@sha256:61ea1833fbb4c80d93577144870e449d2007d311c34d74252850bb48aa8c31fb,3525 - s-cargot-0.1.4.0@sha256:61ea1833fbb4c80d93577144870e449d2007d311c34d74252850bb48aa8c31fb,3525

Loading…
Cancel
Save