openhue-cli: 0.18 -> 0.20

This commit is contained in:
R. Ryantm 2025-08-09 19:16:52 +00:00
parent b5b18aab99
commit 03286dfdea

View File

@ -8,13 +8,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "openhue-cli"; pname = "openhue-cli";
version = "0.18"; version = "0.20";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "openhue"; owner = "openhue";
repo = "openhue-cli"; repo = "openhue-cli";
tag = finalAttrs.version; tag = finalAttrs.version;
hash = "sha256-LSaHE3gdjpNea6o+D/JGvHtwvG13LbHv2pDcZhlIoEE="; hash = "sha256-vUmJjuBcOjIhhtWrzq+y0fDlh+wQhgBwxnfuod27CBA=";
leaveDotGit = true; leaveDotGit = true;
postFetch = '' postFetch = ''
cd "$out" cd "$out"
@ -23,7 +23,7 @@ buildGoModule (finalAttrs: {
''; '';
}; };
vendorHash = "sha256-lqIzmtFtkfrJSrpic79Is0yGpnLUysPQLn2lp/Mh+u4="; vendorHash = "sha256-DhTe0fSWoAwzoGr8rZMsbSE92jJFr4T7aVx/ULMfVFo=";
env.CGO_ENABLED = 0; env.CGO_ENABLED = 0;