about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-09-11 08:58:01 -0400
committerGitHub <noreply@github.com>2022-09-11 08:58:01 -0400
commitcc46999e0a45051412f736264cdf30da8d429460 (patch)
treea12cae97865c5f6447760549b00034bf082e1d8d /pkgs
parenta3f5759e532bb3065ddfa828d6e8e587c274c597 (diff)
parent94cd95a34631fcffae58cccf1f74a055327bc60c (diff)
downloadnixlib-cc46999e0a45051412f736264cdf30da8d429460.tar
nixlib-cc46999e0a45051412f736264cdf30da8d429460.tar.gz
nixlib-cc46999e0a45051412f736264cdf30da8d429460.tar.bz2
nixlib-cc46999e0a45051412f736264cdf30da8d429460.tar.lz
nixlib-cc46999e0a45051412f736264cdf30da8d429460.tar.xz
nixlib-cc46999e0a45051412f736264cdf30da8d429460.tar.zst
nixlib-cc46999e0a45051412f736264cdf30da8d429460.zip
Merge pull request #190775 from arcz/echidna-2.0.3
echidna: 2.0.2 -> 2.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/echidna/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/echidna/default.nix b/pkgs/tools/security/echidna/default.nix
index f6f1426ad571..ae4a75902a97 100644
--- a/pkgs/tools/security/echidna/default.nix
+++ b/pkgs/tools/security/echidna/default.nix
@@ -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