diff --git a/pkgs/development/python-modules/crytic-compile/default.nix b/pkgs/development/python-modules/crytic-compile/default.nix index c9e09699160e..6c75fea19b11 100644 --- a/pkgs/development/python-modules/crytic-compile/default.nix +++ b/pkgs/development/python-modules/crytic-compile/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "crytic-compile"; - version = "0.3.7"; + version = "0.3.8"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "crytic"; repo = "crytic-compile"; tag = version; - hash = "sha256-SMkFzGZg/6akclQ0XLUvjK3uoypsHfRru+B4VurjOrM="; + hash = "sha256-7hmak2tqyhBxIv6zEySuxxCAQoeJJRsKMjb1t196s7w="; }; propagatedBuildInputs = [ @@ -44,7 +44,7 @@ buildPythonPackage rec { description = "Abstraction layer for smart contract build systems"; mainProgram = "crytic-compile"; homepage = "https://github.com/crytic/crytic-compile"; - changelog = "https://github.com/crytic/crytic-compile/releases/tag/${version}"; + changelog = "https://github.com/crytic/crytic-compile/releases/tag/${src.tag}"; license = licenses.agpl3Plus; maintainers = with maintainers; [ arturcygan