From 54caca52764aa3e06e98d19112209bd87b947e89 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:14:53 +0100 Subject: [PATCH] python3Packages.crytic-compile: 0.3.7 -> 0.3.8 https://github.com/crytic/crytic-compile/releases/tag/0.3.8 --- pkgs/development/python-modules/crytic-compile/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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