Skip to content

Commit

Permalink
Merge pull request #251919 from hellwolf/echidna-brick-1.9-fix
Browse files Browse the repository at this point in the history
echidna: fix build due to brick-1.9
  • Loading branch information
cdepillabout committed Sep 3, 2023
2 parents 5c58c59 + e6f657b commit 8b2b01f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/tools/security/echidna/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, mkDerivation
, fetchFromGitHub
, fetchpatch
, haskellPackages
, haskell
, slither-analyzer
Expand Down Expand Up @@ -34,6 +35,15 @@ in mkDerivation rec {
sha256 = "sha256-5d9ttPR3rRHywBeLM85EGCEZLNZNZzOAhIN6AJToJyI=";
};

# Note: pending PR https://github.com/crytic/echidna/pull/1096
patches = [
(fetchpatch {
name = "brick-1.9-update";
url = "https://github.com/crytic/echidna/pull/1096/commits/36657d54943727e569691a6b3d85b83130480a2e.patch";
sha256 = "sha256-AOmB/fAZCF7ruXW1HusRe7wWWsLyMCWw+j3qIPARIAc=";
})
];

isLibrary = true;
isExecutable = true;

Expand Down

0 comments on commit 8b2b01f

Please sign in to comment.