Skip to content

Commit e871c88

Browse files
authored
Merge pull request #1401 from crytic/prepare-release
Echidna 2.2.7
2 parents e09cee2 + f7b4f1b commit e871c88

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 2.2.7
22

33
* feat: show which project is being fuzzed (#1381)
44
* feat: keyboard navigation for the UI (Tab, PgUp, PgDown, arrows) (#1386)

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

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 2.2.6
6+
version: 2.2.7
77

88
ghc-options:
99
- -O2

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: d282dff6e0d9ea9f7cf02e17e8ac0b268ef634da
9+
commit: 2931f09fcbbca68911421fbe2f2f21ebebdb5332
1010

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

0 commit comments

Comments
 (0)