Unverified Commit ee0dbde3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

protoc-gen-twirp_php: 0.14.0 -> 0.15.0 (#465182)

parents 5ab58252 8c9443a6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "protoc-gen-twirp_php";
  version = "0.14.0";
  version = "0.15.0";

  # fetchFromGitHub currently not possible, because go.mod and go.sum are export-ignored
  src = fetchgit {
    url = "https://github.com/twirphp/twirp.git";
    rev = "v${version}";
    hash = "sha256-yAq/bgzLJlkdWKdSpsi0QGDNFFvsM8lyjDxU0YvRcaI=";
    hash = "sha256-KlUcLsqWsme7OMREv0GjWlEHf5UjiFd6A9MzkbP0Kz4=";
  };

  vendorHash = "sha256-4/cIu6J0eQd61FWGyRQ5tMM3G9ev7TNIccrZi93ZlJg=";
  vendorHash = "sha256-9ZljfwdeM9Ym068P+cJUGh+XOptBOkEOGYK4VpTjccU=";

  subPackages = [ "protoc-gen-twirp_php" ];