python311Packages.slither-analyzer: 0.9.6 -> 0.10.0

This commit is contained in:
R. Ryantm
2023-10-19 08:31:36 +00:00
parent 1ae1ab8d01
commit ca25eaf631
@@ -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 = [