2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-28 08:33:54 +00:00

thrift-ls: 0.2.2 -> 0.2.5

This commit is contained in:
R. Ryantm 2024-11-30 15:07:58 +00:00
parent dfd6a4a50f
commit 4e6986c433

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "thrift-ls";
version = "0.2.2";
version = "0.2.5";
src = fetchFromGitHub {
owner = "joyme123";
repo = "thrift-ls";
rev = "v${version}";
hash = "sha256-hZpzez3xNnN76OcIzEswPbvw6QTU51Jnrry3AWCtbFk=";
hash = "sha256-BkkXvmJ1XmDamU2Mt0BjbSnNVwlBxphW1FvE4x32ja0=";
};
vendorHash = "sha256-YoZ2dku84065Ygh9XU6dOwmCkuwX0r8a0Oo8c1HPsS4=";