Unverified Commit d9e058d7 authored by Robert Helgesson's avatar Robert Helgesson Committed by GitHub
Browse files

hd-idle: 1.21 -> 1.22 (#478722)

parents 9b359d35 cc44b90e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "hd-idle";
  version = "1.21";
  version = "1.22";

  src = fetchFromGitHub {
    owner = "adelolmo";
    repo = "hd-idle";
    rev = "v${version}";
    sha256 = "sha256-WHJcysTN9LHI1WnDuFGTyTirxXirpLpJIeNDj4sZGY0=";
    sha256 = "sha256-Q9EMRXzJTkPMMvehrIyiowytjKNfovtiSH4sAO6fzIo=";
  };

  vendorHash = null;