15 buildDunePackage rec {
20 url = "https://github.com/dinosaure/unstrctrd/releases/download/v${version}/unstrctrd-${version}.tbz";
21 hash = "sha256-CGcDqEr+VDTbDYkjxeYB6IFWiTkOTLJJl/Y2bHtv19g=";
24 propagatedBuildInputs = [
41 description = "Library for parsing email headers";
42 homepage = "https://github.com/dinosaure/unstrctrd";
43 license = lib.licenses.mit;