Skip to content

Commit

Permalink
Merge pull request #333611 from r-ryantm/auto-update/protoc-gen-es
Browse files Browse the repository at this point in the history
protoc-gen-es: 1.10.0 -> 2.0.0
  • Loading branch information
Mic92 authored Aug 12, 2024
2 parents a1ea4c7 + effee01 commit 3d56db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pr/protoc-gen-es/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@

buildNpmPackage rec {
pname = "protoc-gen-es";
version = "1.10.0";
version = "2.0.0";

src = fetchFromGitHub {
owner = "bufbuild";
repo = "protobuf-es";
rev = "refs/tags/v${version}";
hash = "sha256-bHl8gqNrTm1+Cnj43RWmrLDUz+G11C4gprEiNOpyOdQ=";
hash = "sha256-foPt++AZjBfqKepzi2mKXB7zbpCqjmPftN9wyk5Yk8g=";

postFetch = ''
${lib.getExe npm-lockfile-fix} $out/package-lock.json
'';
};

npmDepsHash = "sha256-ozkkakfSBycu83gTs8Orhm5Tg8kRSrF/vMJxVnPjhIw=";
npmDepsHash = "sha256-4m3xeiid+Ag9l1qNoBH08hu3wawWfNw1aqeniFK0Byc=";

npmWorkspace = "packages/protoc-gen-es";

Expand Down

0 comments on commit 3d56db6

Please sign in to comment.