hd-idle: 1.20 -> 1.21

This commit is contained in:
R. Ryantm 2023-10-30 10:42:23 +00:00 committed by Robert Helgesson
parent 247c509f1b
commit 3b8a1a7a70

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "hd-idle";
version = "1.20";
version = "1.21";
src = fetchFromGitHub {
owner = "adelolmo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-7EXfI3E83ltpjq2M/qZX2P/bNtQQBWZRBCD7i5uit0I=";
sha256 = "sha256-WHJcysTN9LHI1WnDuFGTyTirxXirpLpJIeNDj4sZGY0=";
};
vendorHash = null;