mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v32.0...v32.1 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v32.1
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "32.1";
|
|
hash = "sha256-wfu1MyCycGpxFB++eicA0F41j886/Y52I/4+ciRUg2o=";
|
|
}
|
|
// args
|
|
)
|