9 version = "unstable-2022-02-04";
10 rev = "d7cd9a96ae47d02b08234503b54709ad4ae82105";
12 src = fetchFromGitHub {
16 sha256 = "sha256-exljmDNtVhjJkvh0EomcbBXSsmQx4I59MHDfMWSQyKk=";
19 vendorHash = "sha256-q/0lxZWk3a7brMsbLvZUSZ8XUHfWfx79qxjir1Vygx4=";
21 allowGoReference = true;
23 nativeCheckInputs = [ go ];
26 description = "Tool to detect Go structs that would take less memory if their fields were sorted";
27 mainProgram = "maligned";
28 homepage = "https://github.com/mdempsky/maligned";
29 license = licenses.bsd3;
30 maintainers = with maintainers; [ kalbasit ];