python3Packages.crytic-compile: 0.1.13 -> 0.2.0
This commit is contained in:
parent
23cd13167a
commit
668efc9f52
1 changed files with 2 additions and 6 deletions
|
@ -2,19 +2,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "crytic-compile";
|
pname = "crytic-compile";
|
||||||
version = "0.1.13";
|
version = "0.2.0";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
patchPhase = ''
|
|
||||||
substituteInPlace setup.py --replace 'version="0.1.11",' 'version="${version}",'
|
|
||||||
'';
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crytic";
|
owner = "crytic";
|
||||||
repo = "crytic-compile";
|
repo = "crytic-compile";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-KJRfkUyUI0M7HevY4XKOtCvU+SFlsJIl3kTIccWfNmw=";
|
sha256 = "sha256-Kuc7g5+4TIcQTWYjG4uPN0Rxfom/A/xpek5K5ErlbdU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pysha3 setuptools ];
|
propagatedBuildInputs = [ pysha3 setuptools ];
|
||||||
|
|
Loading…
Reference in a new issue