Merge pull request #262002 from r-ryantm/auto-update/python311Packages.slither-analyzer

python311Packages.slither-analyzer: 0.9.6 -> 0.10.0
This commit is contained in:
Fabian Affolter 2023-10-19 12:13:58 +02:00 committed by GitHub
commit da1fc7ce62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.9.6";
version = "0.10.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-c6H7t+aPPWn1i/30G9DLOmwHhdHHHbcP3FRVVjk1XR4=";
hash = "sha256-lyjHubnYIwGiA6uAt9erKlTr2sCRGHQy/ZkNByFrFgM=";
};
nativeBuildInputs = [