tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.slither-analyzer: 0.9.6 -> 0.10.0
R. Ryantm
2 years ago
ca25eaf6
1ae1ab8d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
slither-analyzer
default.nix
+2
-2
pkgs/development/python-modules/slither-analyzer/default.nix
···
15
15
16
16
buildPythonPackage rec {
17
17
pname = "slither-analyzer";
18
18
-
version = "0.9.6";
18
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
27
-
hash = "sha256-c6H7t+aPPWn1i/30G9DLOmwHhdHHHbcP3FRVVjk1XR4=";
27
27
+
hash = "sha256-lyjHubnYIwGiA6uAt9erKlTr2sCRGHQy/ZkNByFrFgM=";
28
28
};
29
29
30
30
nativeBuildInputs = [