Commit ed0a9877 authored by R. RyanTM's avatar R. RyanTM Committed by Robert Helgesson
Browse files

hd-idle: 1.17 -> 1.20

parent 7a5a2fa8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "hd-idle";
  version = "1.17";
  version = "1.20";

  src = fetchFromGitHub {
    owner = "adelolmo";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-BHUjKvhUDeD/Xm0KKbkLH2XWn1W77E7Pm3OSPARF6Xw=";
    sha256 = "sha256-7EXfI3E83ltpjq2M/qZX2P/bNtQQBWZRBCD7i5uit0I=";
  };

  vendorSha256 = null;
  vendorHash = null;

  nativeBuildInputs = [ installShellFiles ];