diff options
Diffstat (limited to 'battering')
-rw-r--r-- | battering/packages/golang-xyz.scm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/battering/packages/golang-xyz.scm b/battering/packages/golang-xyz.scm index d808015..cb2fab7 100644 --- a/battering/packages/golang-xyz.scm +++ b/battering/packages/golang-xyz.scm @@ -147,3 +147,18 @@ interacting with Google's gRPC APIs.") "The Common Expression Language (CEL) implements common semantics for expression evaluation, enabling different applications to more easily interoperate.") (license license:asl2.0))) + +(define go-github-com-lyft-protoc-gen-star-v2-latest + ;; envoyproxy/protoc-gen-validate needs the latest version of this package. + ;; This will get removed when v2.0.4 is merged into master. + (package/inherit go-github-com-lyft-protoc-gen-star-v2 + (version "v2.0.4-0.20230330145011-496ad1ac90a4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/lyft/protoc-gen-star") + (commit (go-version->git-ref version)))) + (file-name (git-file-name (package-name go-github-com-lyft-protoc-gen-star-v2) version)) + (sha256 + (base32 "1jdgzaq3r1bs12f0a0y84vnrc01m9xzvsk55cvcfspkv14pscqjy")))))) |