echidna: 2.0.2 -> 2.0.3

This commit is contained in:
Artur Cygan 2022-09-11 14:11:13 +02:00
parent f220dd6c5d
commit 94cd95a346

View File

@ -11,13 +11,13 @@
}:
mkDerivation rec {
pname = "echidna";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "crytic";
repo = "echidna";
rev = "v${version}";
sha256 = "sha256-WmlQWgn4qfRmx3PdzY7wzT9AyU7Re2T1CWJ7yGjcVac=";
sha256 = "sha256-ZLk3K00O6aERf+G5SagDVUk1/ba9U+9n9dqCImkczJs=";
};
# NOTE: echidna is behind with aeson because of hevm, this patch updates