mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v29.5...v29.6 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v29.6
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "29.6";
|
|
hash = "sha256-IIFqEKOlyQMuxzW3HNhCNM/x1gYmW7gaNu7IxY3VMAU=";
|
|
}
|
|
// args
|
|
)
|