5dc0e319f9
Diff: https://github.com/protocolbuffers/protobuf/compare/v34.1...v34.2 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v34.2
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "34.2";
|
|
hash = "sha256-5YZ8Q9uy7MDnLRmLkkEuqp0k6eJRvs/nPfyo33cJLgs=";
|
|
}
|
|
// args
|
|
)
|