thrift-ls: 0.2.9 -> 0.2.10

This commit is contained in:
R. Ryantm
2026-01-20 13:33:49 +00:00
parent c5dd96e909
commit 57904217bc
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "thrift-ls";
version = "0.2.9";
version = "0.2.10";
src = fetchFromGitHub {
owner = "joyme123";
repo = "thrift-ls";
rev = "v${version}";
hash = "sha256-Gmqm1D+zcXtqFEraHjivqIqFz0AZCJd3pnH4zKE/jxw=";
hash = "sha256-v1PUrIHgdKqH7D5/KkJuNYYPMbjY817BGOix8B64sOA=";
};
vendorHash = "sha256-SGCJ12BxjFUQ7bnaNY0bvrrtm2qNNrwYKKfNEi1lPco=";