Merge pull request #271638 from aaronjheng/vsce

vsce: 2.21.1 -> 2.22.0
This commit is contained in:
Mario Rodas
2023-12-03 05:42:35 -05:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
buildNpmPackage rec {
pname = "vsce";
version = "2.21.1";
version = "2.22.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vscode-vsce";
rev = "v${version}";
hash = "sha256-cFqjoWQu/6cvbT1vxReERybuKpeL4LCVl5qhvSwr6fs=";
hash = "sha256-zpZ/PsqZ9yRDKTXkSrcBgSxYer7JdjNZqsseHwfzkEY=";
};
npmDepsHash = "sha256-Difk9a9TYmfwzP9SawEuaxm7iHVjdfO+FxFCE7aEMzM=";