File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
pkgs/by-name/hd/hddfancontrol Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 fetchFromGitHub ,
55 hddtemp ,
66 hdparm ,
7+ sdparm ,
78 smartmontools ,
8- nixosTests ,
99 makeWrapper ,
1010 installShellFiles ,
1111} :
1212rustPlatform . buildRustPackage ( finalAttrs : {
1313 pname = "hddfancontrol" ;
14- version = "2.0.1 " ;
14+ version = "2.0.2 " ;
1515
1616 src = fetchFromGitHub {
1717 owner = "desbma" ;
1818 repo = "hddfancontrol" ;
1919 tag = finalAttrs . version ;
20- hash = "sha256-QckNS1IT2GorCYRgVX5B0VY5Rf5U6pHa1uSqzz8ctgE =" ;
20+ hash = "sha256-/+bvTpfgAjyG8gkyhueLJCKJo3e2OvabfOYOM9vV+g8 =" ;
2121 } ;
2222
2323 useFetchCargoVendor = true ;
24- cargoHash = "sha256-drOWc00zqkR2sep1aoAe3urZeA31zM0sUUGW6oDojOM =" ;
24+ cargoHash = "sha256-yupjse1snr467otqZgoSANpKoxq2F8NDfo8NvwGNJxk =" ;
2525
2626 nativeBuildInputs = [
2727 makeWrapper
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
4949 lib . makeBinPath [
5050 hddtemp
5151 hdparm
52+ sdparm
5253 smartmontools
5354 ]
5455 }
You can’t perform that action at this time.
0 commit comments