Unverified Commit 76919448 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

vsce: use tag in fetchers

parent 6a0a6682
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ buildNpmPackage (finalAttrs: {
  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vscode-vsce";
    rev = "v${finalAttrs.version}";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6Tt7IewbCLHG8DVoD8PV6VmrNu3MCUHITgYFq9smvOo=";
  };