tygo: 0.2.17 -> 0.2.18

This commit is contained in:
R. Ryantm
2025-03-10 14:15:45 +00:00
parent abd72d8e98
commit 408e9583b1
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "tygo";
version = "0.2.17";
version = "0.2.18";
src = fetchFromGitHub {
owner = "gzuidhof";
repo = "tygo";
rev = "v${version}";
hash = "sha256-yaXS+DS/xeIQXhn3L6x2lp/xu4OxrBqr5wKVbADhZkU=";
hash = "sha256-W2PgBcbkreP61QtAuOZ+VHUUZ4Mhe++1SK1p4Tg4Ack=";
};
vendorHash = "sha256-E73yqGhPzZA/1xTYGvTBy0/b4SE9hzx+gdhjX3ClE/Y=";