We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb66868 commit af52437Copy full SHA for af52437
flake.nix
@@ -55,8 +55,8 @@
55
(pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub {
56
owner = "ethereum";
57
repo = "hevm";
58
- rev = "release/0.55.0";
59
- sha256 = "sha256-DVwQisTwgSjZQkQSn5s7ZN3SS1z2EfISA6Lw0ruUg6Y=";
+ rev = "1ee94f7772d42154fcf8df16681d3c6f25a4ecdd";
+ sha256 = "sha256-DVwQisTwgSjZQkQSn5s7ZN3SS1z2EEISA6Lw0ruUg6Y=";
60
}) { secp256k1 = pkgs.secp256k1; })
61
([
62
pkgs.haskell.lib.compose.dontCheck
0 commit comments