vue-language-server: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-04-24 21:49:18 +03:00
parent 917573f893
commit be2935276c
@@ -22,8 +22,8 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
fetcherVersion = 1;
hash = "sha256-unlZBLcDGP6laU2smtOP+hVrvp8HDPBqEk3MmmhO8sE=";
fetcherVersion = 3;
hash = "sha256-koRJkT/JloptmtQKLprqms53TL/Q4XHaktIl/6PIasw=";
};
nativeBuildInputs = [