mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 15:14:13 +00:00
![Martin Weinelt](/assets/img/avatar_default.png)
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=";
|
|
}
|