1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "https://sg.danny.cz/sg/p/sg3_utils-${version}.tgz";
9 sha256 = "sha256-1itsPPIDkPpzVwRDkAhBZtJfHZMqETXEULaf5cKD13M=";
13 homepage = "https://sg.danny.cz/sg/";
14 description = "Utilities that send SCSI commands to devices";
15 platforms = platforms.linux;
16 license = with licenses; [ bsd2 gpl2Plus ];