Merge pull request #230630 from aaronjheng/vsce

vsce: 2.15.0 -> 2.19.0
This commit is contained in:
Sandro 2023-05-16 21:11:11 +02:00 committed by GitHub
commit d0d1e2fc86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
{ lib
, stdenv
, buildNpmPackage
, fetchFromGitHub
, pkg-config
@ -11,16 +10,16 @@
buildNpmPackage rec {
pname = "vsce";
version = "2.15.0";
version = "2.19.0";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vscode-vsce";
rev = "v${version}";
hash = "sha256-WDKOHQV6J22l0ELmXwl5BC5x7MsI6TAMeU3oBFpwqx4=";
hash = "sha256-U3ZsM18bijQ+WPC0MrXifMGV2ceNkzGdzLs3TWtMaO4=";
};
npmDepsHash = "sha256-i2LpQ/4MwkUGTUhih0ybLv5np45j7m4kCx9IOBIgtXo=";
npmDepsHash = "sha256-KIokSqoBFOQ3Ei5aAeSvWYiv1QdFwUYZJDsza/MypAg=";
postPatch = ''
substituteInPlace package.json --replace '"version": "0.0.0"' '"version": "${version}"'