mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
5f6c78c303
Diff: https://github.com/protocolbuffers/protobuf/compare/v28.2...v28.3 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v28.3
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "28.3";
|
|
hash = "sha256-+bb5RxITzxuX50ItmpQhWEG1kMfvlizWTMJJzwlhhYM=";
|
|
}
|
|
// args
|
|
)
|