8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
13 owner = "Drive-Trust-Alliance";
16 sha256 = "sha256-NG/7aqe48ShHWW5hW8axYWV4+zX0dBE7Wy9q58l0S3E=";
20 # Fix for gcc-13 pending upstream inclusion:
21 # https://github.com/Drive-Trust-Alliance/sedutil/pull/425
23 name = "gcc-13.patch";
24 url = "https://github.com/Drive-Trust-Alliance/sedutil/commit/927cd88cad7bea94c2eebecc18f7881f0defaccb.patch";
25 hash = "sha256-/Lvn3CQd7pzNhLa7sQY8VwbyJK/jEM5FzLijTQnzXx8=";
37 enableParallelBuilding = true;
40 description = "DTA sedutil Self encrypting drive software";
41 homepage = "https://www.drivetrust.com";
42 license = licenses.gpl3Plus;
43 platforms = platforms.linux;