Skip to content

Commit

Permalink
vsce: 3.0.0 -> 3.1.0 (NixOS#339873)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] committed Sep 5, 2024
2 parents 2e0c017 + 5b09fec commit f1f436e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vs/vsce/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildNpmPackage rec {
pname = "vsce";
version = "3.0.0";
version = "3.1.0";

src = fetchFromGitHub {
owner = "microsoft";
repo = "vscode-vsce";
rev = "v${version}";
hash = "sha256-FoJfpzrbui+tKCEq15wGC0o44iLCBAuVYBISiy+zOmE=";
hash = "sha256-k2jeYeDLpSVw3puiOqlrtQ1a156OV1Er/TqdJuJ+578=";
};

npmDepsHash = "sha256-TTFolysg+La605EoS87gmhEjlzwNUVYmnXKr49De7fk=";
npmDepsHash = "sha256-k6LdGCpVoBNpHe4z7NrS0T/gcB1EQBvBxGAM3zo+AAo=";

postPatch = ''
substituteInPlace package.json --replace '"version": "0.0.0"' '"version": "${version}"'
Expand Down

0 comments on commit f1f436e

Please sign in to comment.