hd-idle: 1.17 -> 1.20

This commit is contained in:
R. Ryantm 2023-04-09 23:32:19 +00:00 committed by Robert Helgesson
parent 7a5a2fa8a4
commit ed0a987755

View File

@ -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 ];