hdparm: 9.62 -> 9.63

This commit is contained in:
R. Ryantm 2022-02-11 22:06:31 +00:00 committed by Jonathan Ringer
parent ea5d5c5173
commit c13fcf8cfe

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "hdparm";
version = "9.62";
version = "9.63";
src = fetchurl {
url = "mirror://sourceforge/hdparm/hdparm-${version}.tar.gz";
sha256 = "sha256-LA+ddc2+2pKKJaEozT0LcSBEXsCRDAsp1MEDjtG+d38=";
sha256 = "sha256-cHhd6uu6WHeonBI1aLQd7pkNpV/FFCDxP2CaEHKJlpE=";
};
preBuild = ''