Diff: https://github.com/protocolbuffers/protobuf/compare/v29.4...v29.5 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v29.5
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "29.5";
|
|
hash = "sha256-nraqBM87DJYU69Zx0dV9OMnI0Jhn8Axg8DvzUQDQ90Y=";
|
|
}
|
|
// args
|
|
)
|