1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2022-05-09";
7 src = fetchFromGitHub {
10 rev = "7fad4fbee443262839ce9f88111b417801163086";
11 hash = "sha256-jfbjXoGT8RtwLlqX13kcKdiFlhrVwA7Ems6abGJVRbA=";
17 # Add go modules support
21 ldflags = [ "-s" "-w" ];
24 homepage = "https://github.com/Arachnid/evmdis";
25 description = "Ethereum EVM disassembler";
26 mainProgram = "evmdis";
27 license = [ licenses.asl20 ];
28 maintainers = with maintainers; [ asymmetric ];