python311Packages.slither-analyzer: 0.9.2 -> 0.9.6

This commit is contained in:
Miao, ZhiCheng 2023-05-05 11:53:44 +03:00
parent 6c35238e62
commit 885af0dcdb
No known key found for this signature in database
GPG key ID: 1080B4863AD0F5D1

View file

@ -9,12 +9,13 @@
, pythonOlder
, setuptools
, solc
, web3
, withSolc ? false
}:
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.9.2";
version = "0.9.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +24,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-Co3BFdLmSIMqlZVEPJHYH/Cf7oKYSZ+Ktbnd5RZGmfE=";
hash = "sha256-c6H7t+aPPWn1i/30G9DLOmwHhdHHHbcP3FRVVjk1XR4=";
};
nativeBuildInputs = [
@ -35,6 +36,7 @@ buildPythonPackage rec {
packaging
prettytable
setuptools
web3
];
postFixup = lib.optionalString withSolc ''