Merge pull request #292444 from r-ryantm/auto-update/slither-analyzer

slither-analyzer: 0.10.0 -> 0.10.1
This commit is contained in:
Fabian Affolter 2024-03-01 09:43:26 +01:00 committed by GitHub
commit bf214f403b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,8 +15,8 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.0";
format = "setuptools";
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,18 +24,18 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-lyjHubnYIwGiA6uAt9erKlTr2sCRGHQy/ZkNByFrFgM=";
hash = "sha256-MjO2ZYFat+byH0DEt2v/wPXaYL2lmlESgQCZXD4Jpt0=";
};
nativeBuildInputs = [
makeWrapper
setuptools
];
propagatedBuildInputs = [
crytic-compile
packaging
prettytable
setuptools
web3
];