summary refs log tree commit diff
path: root/pkgs/tools/security/echidna
diff options
context:
space:
mode:
authorArtur Cygan <arczicygan@gmail.com>2021-12-07 17:31:54 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-26 14:53:59 -0800
commitcb2fee8ed3a1315cf8d467153c76318f962dc023 (patch)
treed900eb42d2467d919be61a45bcbfcd38af251c53 /pkgs/tools/security/echidna
parentd859150533d7ecca750d2798fed9c01793271482 (diff)
downloadnixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar.gz
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar.bz2
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar.lz
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar.xz
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.tar.zst
nixpkgs-cb2fee8ed3a1315cf8d467153c76318f962dc023.zip
echidna: 1.7.2 -> 1.7.3
Diffstat (limited to 'pkgs/tools/security/echidna')
-rw-r--r--pkgs/tools/security/echidna/default.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/tools/security/echidna/default.nix b/pkgs/tools/security/echidna/default.nix
index 70628b75fd6..88deac03a8f 100644
--- a/pkgs/tools/security/echidna/default.nix
+++ b/pkgs/tools/security/echidna/default.nix
@@ -12,23 +12,15 @@
 }:
 mkDerivation rec {
   pname = "echidna";
-  version = "1.7.2";
+  version = "1.7.3";
 
   src = fetchFromGitHub {
     owner = "crytic";
     repo = "echidna";
     rev = "v${version}";
-    sha256 = "sha256-eFhL8Zn8204JRrF69ibPtd7VpFW63i1iVXoGwXHlqps=";
+    sha256 = "sha256-NkAAXYa1bbCNUO0eDM7LQbyC3//RRFAKmEHGH2Dhl/M=";
   };
 
-  patches = [
-    (fetchpatch {
-      name = "update-hevm-to-0.47.0.patch";
-      url = "https://github.com/crytic/echidna/commit/25dfdad93d0e0dd822f22a1c1e63a0ecf2b22a23.patch";
-      sha256 = "sha256-dj3Ie+Z4zE1fgROE/KuWZXaH9knsXJi1ai3gu5zyw/E=";
-    })
-  ];
-
   isLibrary = true;
   isExecutable = true;
   libraryHaskellDepends = [