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

This commit is contained in:
Nick Cao
2025-11-26 22:14:19 +00:00
committed by GitHub
@@ -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" ];