Merge pull request #134371 from fabaff/bump-slither-analyzer

python3Packages.slither-analyzer: 0.8.0 -> 0.8.1
This commit is contained in:
Jörg Thalheim 2021-08-17 05:45:15 +01:00 committed by GitHub
commit 488f7e9203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "crytic-compile";
version = "0.2.0";
version = "0.2.1";
disabled = pythonOlder "3.6";
@ -10,7 +10,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "crytic-compile";
rev = version;
sha256 = "sha256-Kuc7g5+4TIcQTWYjG4uPN0Rxfom/A/xpek5K5ErlbdU=";
sha256 = "sha256-RDb4Dc+igt2JKskBFIFvYt4xTAMujp8uXnkWsgnwdJE=";
};
propagatedBuildInputs = [ pysha3 setuptools ];

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.8.0";
version = "0.8.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "0b8a2e2145daefd9443ffa43639608203532e78a858af99c4c52c2b128ca681f";
sha256 = "sha256-5JgF53ip72bne8AlGf126FIIvXi+u7rovJmMSCcZjEQ=";
};
nativeBuildInputs = [