vtsls: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-04-24 21:49:18 +03:00
parent 4faa077e5c
commit 917573f893
+2 -2
View File
@@ -46,8 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
version
;
pnpm = pnpm';
fetcherVersion = 1;
hash = "sha256-SdqeTYRH60CyU522+nBo0uCDnzxDP48eWBAtGTL/pqg=";
fetcherVersion = 3;
hash = "sha256-1P2ph8ZX6/KptkLP4wk0dZzuvnYCLOWorM1b9+otKsE=";
};
# Patches to get submodule sha from file instead of 'git submodule status'