Merge pull request #211774 from arcz/echidna-2.0.5

echidna: 2.0.4 -> 2.0.5
This commit is contained in:
Dennis Gosnell 2023-01-22 15:47:24 +09:00 committed by GitHub
commit f414808812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
}:
mkDerivation rec {
pname = "echidna";
version = "2.0.4";
version = "2.0.5";
src = fetchFromGitHub {
owner = "crytic";
repo = "echidna";
rev = "v${version}";
sha256 = "sha256-DiEZGbd08QLP8zgrIssGYL6h18AprcWZSYp1mMu9TRw=";
sha256 = "sha256-8bChe+qA4DowfuwsR5wLckb56fXi102g8vL2gAH/kYE=";
};
isLibrary = true;