We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef9c68b commit 4d57899Copy full SHA for 4d57899
pkgs/by-name/vt/vtsls/package.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
16
src = fetchFromGitHub {
17
owner = "yioneko";
18
repo = "vtsls";
19
- rev = "server-v${finalAttrs.version}";
+ tag = "server-v${finalAttrs.version}";
20
hash = "sha256-vlw84nigvQqRB9OQBxOmrR9CClU9M4dNgF/nrvGN+sk=";
21
fetchSubmodules = true;
22
};
0 commit comments