python3Packages.slither-analyzer: 0.10.3 -> 0.11.3

This commit is contained in:
Ben Siraphob
2025-07-30 00:28:50 -07:00
parent 9306e311ca
commit e8b4b8b9e6
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.3";
version = "0.11.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
tag = version;
hash = "sha256-KWLv0tpd1FHZ9apipVPWw6VjtfYpngsH7XDQQ3luBZA=";
hash = "sha256-HgPQPyxDvKrmqGiHjiVGxEguYUcaNYwK1gZoMMkQWhM=";
};
nativeBuildInputs = [