Merge pull request #118544 from SuperSandro2000/python3Packages.crytic-compile

python3Packages.crytic-compile: 0.1.12 -> 0.1.13

authored by

Sandro and committed by
GitHub
0f68df76 2214f60a

+2 -2
+2 -2
pkgs/development/python-modules/crytic-compile/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "crytic-compile"; 5 - version = "0.1.12"; 5 + version = "0.1.13"; 6 6 7 7 disabled = pythonOlder "3.6"; 8 8 ··· 14 14 owner = "crytic"; 15 15 repo = "crytic-compile"; 16 16 rev = version; 17 - sha256 = "1q75n84yxv2cb6x7gqyk3vcwkxpq7pni30wgz3d1bk6pmi2pqgw6"; 17 + sha256 = "sha256-KJRfkUyUI0M7HevY4XKOtCvU+SFlsJIl3kTIccWfNmw="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ pysha3 setuptools ];