Unverified Commit 7e62fd0d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #261131 from aaronjheng/vsce

vsce: 2.21.0 -> 2.21.1
parents 6965213e f93390d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildNpmPackage rec {
  pname = "vsce";
  version = "2.21.0";
  version = "2.21.1";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vscode-vsce";
    rev = "v${version}";
    hash = "sha256-iBbKVfkmt8n06JJ8TSO8BDCeiird9gTkOQhlREtZ5Cw=";
    hash = "sha256-cFqjoWQu/6cvbT1vxReERybuKpeL4LCVl5qhvSwr6fs=";
  };

  npmDepsHash = "sha256-Difk9a9TYmfwzP9SawEuaxm7iHVjdfO+FxFCE7aEMzM=";