We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5d6c76d commit d22b1d0Copy full SHA for d22b1d0
pkgs/os-specific/linux/hdparm/default.nix
@@ -1,11 +1,11 @@
1
{ stdenv, fetchurl }:
2
3
stdenv.mkDerivation rec {
4
- name = "hdparm-9.51";
+ name = "hdparm-9.52";
5
6
src = fetchurl {
7
url = "mirror://sourceforge/hdparm/${name}.tar.gz";
8
- sha256 = "14ax5lyzhigx58ing7adbfyzisv0fqajbmzphg149rnb3s4xiyhs";
+ sha256 = "1djgxhfadd865dcrl6dp7dvjxpaisy7mk17mbdbglwg24ga9qhn3";
9
10
};
11
0 commit comments