Merge pull request #82193 from r-ryantm/auto-update/sdparm

sdparm: 1.10 -> 1.11
This commit is contained in:
Mario Rodas 2020-03-12 21:33:56 -05:00 committed by GitHub
commit 342a62bcbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;