mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v35.0...v35.1 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v35.1
9 lines
164 B
Nix
9 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "35.1";
|
|
hash = "sha256-nif9xjd+3ASR2pvvSXkzTEWoKi2oKLzV9gMQ3EevBVk=";
|
|
}
|
|
// args
|
|
)
|