lol

python311Packages.slither-analyzer: 0.9.6 -> 0.10.0

+2 -2
+2 -2
pkgs/development/python-modules/slither-analyzer/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "slither-analyzer"; 18 - version = "0.9.6"; 18 + version = "0.10.0"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.8"; ··· 24 24 owner = "crytic"; 25 25 repo = "slither"; 26 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-c6H7t+aPPWn1i/30G9DLOmwHhdHHHbcP3FRVVjk1XR4="; 27 + hash = "sha256-lyjHubnYIwGiA6uAt9erKlTr2sCRGHQy/ZkNByFrFgM="; 28 28 }; 29 29 30 30 nativeBuildInputs = [