vtsls: use src.tag
This commit is contained in:
parent
ef9c68bd22
commit
4d5789974d
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user