Skip to content

Commit eec332b

Browse files
authored
protoc-gen-connect-es: 1.4.0 -> 1.5.0 (#342239)
2 parents 67c8a59 + 01c2deb commit eec332b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pr/protoc-gen-connect-es/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77

88
buildNpmPackage rec {
99
pname = "protoc-gen-connect-es";
10-
version = "1.4.0";
10+
version = "1.5.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "connectrpc";
1414
repo = "connect-es";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-qCIwr4Hyc5PARUa7tMntuyWRmO6ognmtjxN0myo8FXc=";
16+
hash = "sha256-pur1OJuud2ZwPAfd6pSuTAx2vtW6kQM9rntDmtvVj3c=";
1717

1818
postFetch = ''
1919
${lib.getExe npm-lockfile-fix} $out/package-lock.json
2020
'';
2121
};
2222

23-
npmDepsHash = "sha256-OGwEpXZqzMSIES+cmseQlo6/vzkx5ztO0gM/rUB0tGY=";
23+
npmDepsHash = "sha256-wObMmeFCP/zZ6P5cCVkFnn5X0h9/4ePsSj9uBd6C1/Y=";
2424

2525
npmWorkspace = "packages/protoc-gen-connect-es";
2626

0 commit comments

Comments
 (0)