7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "Drive-Trust-Alliance";
15 sha256 = "sha256-NG/7aqe48ShHWW5hW8axYWV4+zX0dBE7Wy9q58l0S3E=";
26 enableParallelBuilding = true;
29 description = "DTA sedutil Self encrypting drive software";
30 homepage = "https://www.drivetrust.com";
31 license = licenses.gpl3Plus;
32 platforms = platforms.linux;