Commit 6ead0468 authored by R. RyanTM's avatar R. RyanTM
Browse files

vue-language-server: 3.1.4 -> 3.1.5

parent fb451ae6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vue-language-server";
  version = "3.1.4";
  version = "3.1.5";

  src = fetchFromGitHub {
    owner = "vuejs";
    repo = "language-tools";
    rev = "v${finalAttrs.version}";
    hash = "sha256-E5YnfYDK3TOQ7ViCpCFXtJVWgyG95NhDTBSbUPgTMAg=";
    hash = "sha256-cizb5nm1udYssh4EcWEWU22sZJP5so+oiYe8yaPqO98=";
  };

  pnpmDeps = pnpm.fetchDeps {