vtsls: use src.tag

This commit is contained in:
Tatu Argillander 2025-05-20 21:02:28 +03:00
parent ef9c68bd22
commit 4d5789974d
No known key found for this signature in database
GPG Key ID: D843D30B42CA0E2D

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "yioneko";
repo = "vtsls";
rev = "server-v${finalAttrs.version}";
tag = "server-v${finalAttrs.version}";
hash = "sha256-vlw84nigvQqRB9OQBxOmrR9CClU9M4dNgF/nrvGN+sk=";
fetchSubmodules = true;
};