mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +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
156 B
Nix
7 lines
156 B
Nix
{ callPackage, abseil-cpp, ... }:
|
|
|
|
callPackage ./generic-v3.nix {
|
|
version = "3.20.2";
|
|
sha256 = "sha256-7hLTIujvYIGRqBQgPHrCq0XOh0GJrePBszXJnBFaXVM=";
|
|
}
|