Skip to content

Commit

Permalink
hdparm: 9.53 -> 9.54
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Feb 7, 2018
1 parent 51c442c commit 1b6e95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/hdparm/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "hdparm-9.53";
name = "hdparm-9.54";

src = fetchurl {
url = "mirror://sourceforge/hdparm/${name}.tar.gz";
sha256 = "1rb5086gp4l1h1fn2nk10ziqxjxigsd0c1zczahwc5k9vy8zawr6";
sha256 = "0ghnhdj7wfw6acfyhdawpfa5n9kvkvzgi1fw6i7sghgbjx5nhyjd";

};

Expand Down

0 comments on commit 1b6e95e

Please sign in to comment.