hd-idle: 1.16 -> 1.17

This commit is contained in:
R. Ryantm 2022-07-30 20:23:30 +00:00 committed by Robert Helgesson
parent dac2a66fc0
commit 901a4af249

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hd-idle";
version = "1.16";
version = "1.17";
src = fetchFromGitHub {
owner = "adelolmo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LZcMwF/BhHiWWXMcrzbk8GyvwXdA3B2olmbOBxQwV5g=";
sha256 = "sha256-BHUjKvhUDeD/Xm0KKbkLH2XWn1W77E7Pm3OSPARF6Xw=";
};
vendorSha256 = null;