diff options
author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-10-19 08:31:36 +0000 |
---|---|---|
committer | R. Ryantm <ryantm-bot@ryantm.com> | 2023-10-19 08:31:36 +0000 |
commit | ca25eaf63196330e2778135edb28c2e3b5bb0e83 (patch) | |
tree | 066edfd8624649c7e475148b70cd05ebd6b8f78c /pkgs | |
parent | 1ae1ab8d01d53806bfaf96beddd86776d9cd205e (diff) |
python311Packages.slither-analyzer: 0.9.6 -> 0.10.0
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/python-modules/slither-analyzer/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/slither-analyzer/default.nix b/pkgs/development/python-modules/slither-analyzer/default.nix index be0e061bdc687..f613645b390af 100644 --- a/pkgs/development/python-modules/slither-analyzer/default.nix +++ b/pkgs/development/python-modules/slither-analyzer/default.nix @@ -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 = [ |