Skip to content

Commit fdc66ee

Browse files
authored
hddfancontrol: 2.0.1->2.0.2 (#392550)
1 parent 1a90389 commit fdc66ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/hd/hddfancontrol/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
fetchFromGitHub,
55
hddtemp,
66
hdparm,
7+
sdparm,
78
smartmontools,
8-
nixosTests,
99
makeWrapper,
1010
installShellFiles,
1111
}:
1212
rustPlatform.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
}

0 commit comments

Comments
 (0)