thrift-ls: 0.2.5 -> 0.2.7 (#402766)

Co-authored-by: ThanePatrol <ThanePatrol@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-29 09:13:42 +00:00
committed by GitHub
co-authored by ThanePatrol
+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