openhue-cli: 0.20 -> 0.21 (#457983)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-03 19:13:02 +00:00
committed by GitHub
+3 -3
View File
@@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "openhue-cli";
version = "0.20";
version = "0.21";
src = fetchFromGitHub {
owner = "openhue";
repo = "openhue-cli";
tag = finalAttrs.version;
hash = "sha256-vUmJjuBcOjIhhtWrzq+y0fDlh+wQhgBwxnfuod27CBA=";
hash = "sha256-u6ulk+qv1FlZ7PdUiO9UXtRqWWp2MMRAnc8F9vHnRBo=";
leaveDotGit = true;
postFetch = ''
cd "$out"
@@ -23,7 +23,7 @@ buildGoModule (finalAttrs: {
'';
};
vendorHash = "sha256-DhTe0fSWoAwzoGr8rZMsbSE92jJFr4T7aVx/ULMfVFo=";
vendorHash = "sha256-3930OjQ26n7J3XDWjCthfQjORP5wpJ3ZZK/m6/wi2X4=";
env.CGO_ENABLED = 0;