tygo: 0.2.19 -> 0.2.20

This commit is contained in:
R. Ryantm
2025-11-19 19:36:16 +00:00
parent a7e3137d88
commit 2bca6303e7
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "tygo";
version = "0.2.19";
version = "0.2.20";
src = fetchFromGitHub {
owner = "gzuidhof";
repo = "tygo";
rev = "v${version}";
hash = "sha256-Eyvvqk8D9q8rOODR72kJSg+g7cVjx3FJCPmSog6eP1E=";
hash = "sha256-scda2o+aLYC4NpruEN8fZAhJuTHI9SExZv7qvAteR0M=";
};
vendorHash = "sha256-E73yqGhPzZA/1xTYGvTBy0/b4SE9hzx+gdhjX3ClE/Y=";
vendorHash = "sha256-XQS+P+vPt2rH0SD0srFSnqjupIeu5XgFi3iVzq/ovmg=";
env.CGO_ENABLED = 0;