slither-analyzer: 0.10.1 -> 0.10.2

This commit is contained in:
hellwolf 2024-04-08 23:56:08 +03:00
parent 77e8d6f058
commit 95eca14cb7
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.1";
version = "0.10.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-MjO2ZYFat+byH0DEt2v/wPXaYL2lmlESgQCZXD4Jpt0=";
hash = "sha256-KmbmljtmMtrJxgSMJjQ8fdk6RpEXcAVBuo24EsyMV8k=";
};
nativeBuildInputs = [