We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67c8a59 + 01c2deb commit eec332bCopy full SHA for eec332b
pkgs/by-name/pr/protoc-gen-connect-es/package.nix
@@ -7,20 +7,20 @@
7
8
buildNpmPackage rec {
9
pname = "protoc-gen-connect-es";
10
- version = "1.4.0";
+ version = "1.5.0";
11
12
src = fetchFromGitHub {
13
owner = "connectrpc";
14
repo = "connect-es";
15
rev = "refs/tags/v${version}";
16
- hash = "sha256-qCIwr4Hyc5PARUa7tMntuyWRmO6ognmtjxN0myo8FXc=";
+ hash = "sha256-pur1OJuud2ZwPAfd6pSuTAx2vtW6kQM9rntDmtvVj3c=";
17
18
postFetch = ''
19
${lib.getExe npm-lockfile-fix} $out/package-lock.json
20
'';
21
};
22
23
- npmDepsHash = "sha256-OGwEpXZqzMSIES+cmseQlo6/vzkx5ztO0gM/rUB0tGY=";
+ npmDepsHash = "sha256-wObMmeFCP/zZ6P5cCVkFnn5X0h9/4ePsSj9uBd6C1/Y=";
24
25
npmWorkspace = "packages/protoc-gen-connect-es";
26
0 commit comments