Skip to content

Commit c9ec9fc

Browse files
committed
Update hevm to 874d8b4dca11fce9aec001c7cb30d0c5c881abc4
1 parent a0ef367 commit c9ec9fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
(pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
5656
owner = "ethereum";
5757
repo = "hevm";
58-
rev = "1ee94f7772d42154fcf8df16681d3c6f25a4ecdd";
59-
sha256 = "sha256-UgdkkFw1BVjzqRz69FGpwfk/iPqtU5IUqybfAQIhXk8=";
58+
rev = "874d8b4dca11fce9aec001c7cb30d0c5c881abc4";
59+
sha256 = "sha256-A9xTe61EZa/6BptdGI6KGfhdlN4Vd5lvO4a9EOY2+Yg=";
6060
}) { secp256k1 = pkgs.secp256k1; })
6161
([
6262
pkgs.haskell.lib.compose.dontCheck

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66

77
extra-deps:
88
- git: https://github.com/ethereum/hevm.git
9-
commit: 1ee94f7772d42154fcf8df16681d3c6f25a4ecdd
9+
commit: 874d8b4dca11fce9aec001c7cb30d0c5c881abc4
1010

1111
- smt2-parser-0.1.0.1@sha256:1e1a4565915ed851c13d1e6b8bb5185cf5d454da3b43170825d53e221f753d77,1421
1212
- spawn-0.3@sha256:b91e01d8f2b076841410ae284b32046f91471943dc799c1af77d666c72101f02,1162

0 commit comments

Comments
 (0)