Unverified Commit 8283aacd authored by Felix Schröter's avatar Felix Schröter Committed by GitHub
Browse files

protoc-gen-es: 2.7.0 -> 2.8.0 (#443037)

parents 6deabc35 7b088b48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,20 +7,20 @@

buildNpmPackage rec {
  pname = "protoc-gen-es";
  version = "2.7.0";
  version = "2.8.0";

  src = fetchFromGitHub {
    owner = "bufbuild";
    repo = "protobuf-es";
    tag = "v${version}";
    hash = "sha256-7jKvjDrqP+pM1nMfLChZ0M9Hevioc3hS+L2YT1CQx1s=";
    hash = "sha256-5vbTOE3ClDDxBc6u08FwIg+bVxykpbedSBk+P0WocDo=";

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

  npmDepsHash = "sha256-QXclh75PdMJZTHEQXcMklhP6K61TD9m8GBlravjNsPc=";
  npmDepsHash = "sha256-VISefKFVpQ1VwQw5bp5ZPVr9nQuFnFqphW02H/u45U4=";

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