Skip to content

Commit af52437

Browse files
changed nix config
1 parent eb66868 commit af52437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 = "release/0.55.0";
59-
sha256 = "sha256-DVwQisTwgSjZQkQSn5s7ZN3SS1z2EfISA6Lw0ruUg6Y=";
58+
rev = "1ee94f7772d42154fcf8df16681d3c6f25a4ecdd";
59+
sha256 = "sha256-DVwQisTwgSjZQkQSn5s7ZN3SS1z2EEISA6Lw0ruUg6Y=";
6060
}) { secp256k1 = pkgs.secp256k1; })
6161
([
6262
pkgs.haskell.lib.compose.dontCheck

0 commit comments

Comments
 (0)