
Diff: https://github.com/protocolbuffers/protobuf/compare/v30.1...v30.2 Changelog: https://github.com/protocolbuffers/protobuf/releases/v30.2
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "30.2";
|
|
hash = "sha256-kkQQQPU6wk1/UMRwEMLVIR6JB29Fm6L3OrsvaeI6VAA=";
|
|
}
|
|
// args
|
|
)
|