slither-analyzer: 0.10.2 -> 0.10.3

- integrated nix-update-script
This commit is contained in:
hellwolf 2024-07-14 22:41:15 +03:00
parent 6b8b905467
commit 823539a37d
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1

View File

@ -1,5 +1,6 @@
{
lib,
nix-update-script,
buildPythonPackage,
crytic-compile,
fetchFromGitHub,
@ -17,7 +18,7 @@
buildPythonPackage rec {
pname = "slither-analyzer";
version = "0.10.2";
version = "0.10.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "crytic";
repo = "slither";
rev = "refs/tags/${version}";
hash = "sha256-KmbmljtmMtrJxgSMJjQ8fdk6RpEXcAVBuo24EsyMV8k=";
hash = "sha256-KWLv0tpd1FHZ9apipVPWw6VjtfYpngsH7XDQQ3luBZA=";
};
nativeBuildInputs = [
@ -83,6 +84,8 @@ buildPythonPackage rec {
version = "${version}";
};
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Static Analyzer for Solidity";
longDescription = ''