mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 09:04:17 +00:00
d9550c1681
https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf Fixes: CVE-2022-1941
7 lines
162 B
Nix
7 lines
162 B
Nix
{ callPackage, abseil-cpp, ... }:
|
|
|
|
callPackage ./generic-v3-cmake.nix {
|
|
version = "3.21.6";
|
|
sha256 = "sha256-6Omd2O/eIZIgod3YV+zIIv+GqT+trith6+eepFEJIWM=";
|
|
}
|