c9b98fe8b1
https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf Fixes: CVE-2022-1941
6 lines
144 B
Nix
6 lines
144 B
Nix
{ callPackage, ... }:
|
|
|
|
callPackage ./generic-v3.nix {
|
|
version = "3.19.5";
|
|
sha256 = "sha256-C5ZfPXHtUtNjPGS4tbswCwVH1gjd6A64KtIR16DgHzQ=";
|
|
}
|