thrift-ls: 0.2.5 -> 0.2.7

This commit is contained in:
R. Ryantm
2025-04-29 08:14:58 +00:00
parent 917ee0af83
commit 42a94cfd89
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "thrift-ls";
version = "0.2.5";
version = "0.2.7";
src = fetchFromGitHub {
owner = "joyme123";
repo = "thrift-ls";
rev = "v${version}";
hash = "sha256-BkkXvmJ1XmDamU2Mt0BjbSnNVwlBxphW1FvE4x32ja0=";
hash = "sha256-QX4ChPjHIY0GtjqmZH5Q4veC+VnMntYIQvwwSds8UUo=";
};
vendorHash = "sha256-YoZ2dku84065Ygh9XU6dOwmCkuwX0r8a0Oo8c1HPsS4=";
vendorHash = "sha256-SGCJ12BxjFUQ7bnaNY0bvrrtm2qNNrwYKKfNEi1lPco=";
postInstall = ''
mv $out/bin/thrift-ls $out/bin/thriftls