Skip to content

Commit

Permalink
python312Packages.slither-analyzer: 0.10.1 -> 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 2065840 commit 3164712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/slither-analyzer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.1";
version = "0.10.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-MjO2ZYFat+byH0DEt2v/wPXaYL2lmlESgQCZXD4Jpt0=";
hash = "sha256-KmbmljtmMtrJxgSMJjQ8fdk6RpEXcAVBuo24EsyMV8k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3164712

Please sign in to comment.