mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
Diff: https://github.com/protocolbuffers/protobuf/compare/v31.0...v31.1 Changelog: https://github.com/protocolbuffers/protobuf/releases/tag/v31.1
10 lines
164 B
Nix
10 lines
164 B
Nix
{ callPackage, ... }@args:
|
|
|
|
callPackage ./generic.nix (
|
|
{
|
|
version = "31.1";
|
|
hash = "sha256-E8q8XupOXoCFpXyGNHArfBmVm6ebfDgaJlJyvMqpveU=";
|
|
}
|
|
// args
|
|
)
|