1 {lib, stdenv, fetchurl}:
3 stdenv.mkDerivation rec {
8 url = "http://sg.danny.cz/sg/p/${pname}-${version}.tar.xz";
9 sha256 = "sha256-xMnvr9vrZi4vlxJwfsSQkyvU0BC7ESmueplSZUburb4=";
13 homepage = "http://sg.danny.cz/sg/sdparm.html";
14 description = "Utility to access SCSI device parameters";
15 license = licenses.bsd3;
16 platforms = with platforms; linux;