mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 07:05:13 +00:00
86001ce701
https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.6 https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.7
7 lines
145 B
Nix
7 lines
145 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic-v3.nix {
|
|
version = "3.15.7";
|
|
sha256 = "03fx96rwxfbmr47f1nrflvaq5kk5p3a9wms4688nbnmymyghyml0";
|
|
}
|