e55ed8fae1
https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.1 https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.2 https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.3
7 lines
144 B
Nix
7 lines
144 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic-v3.nix {
|
|
version = "3.19.3";
|
|
sha256 = "sha256-nA6L064MuyP5Si4MCLk2yg8PDM7RWggFEGQyibputYQ=";
|
|
}
|