Merge pull request #82193 from r-ryantm/auto-update/sdparm
sdparm: 1.10 -> 1.11
This commit is contained in:
commit
342a62bcbf
@ -2,15 +2,15 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "sdparm";
|
||||
version = "1.10";
|
||||
version = "1.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://sg.danny.cz/sg/p/${pname}-${version}.tar.xz";
|
||||
sha256 = "1jjq3lzgfy4r76rc26q02lv4wm5cb4dx5nh913h489zjrr4f3jbx";
|
||||
sha256 = "1nqjc4w2w47zavcbf5xmm53x1zbwgljaw1lpajcdi537cgy32fa8";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://sg.danny.cz/sg/sdparm.html;
|
||||
homepage = "http://sg.danny.cz/sg/sdparm.html";
|
||||
description = "A utility to access SCSI device parameters";
|
||||
license = licenses.bsd3;
|
||||
platforms = with platforms; linux;
|
||||
|
Loading…
Reference in New Issue
Block a user