protobuf3_20: 3.20.1 -> 3.20.2

https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf

Fixes: CVE-2022-1941
This commit is contained in:
Martin Weinelt
2022-09-28 18:54:21 +02:00
parent c9b98fe8b1
commit b399ddeab5
+2 -2
View File
@@ -1,6 +1,6 @@
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3.nix {
version = "3.20.1";
sha256 = "sha256-pAMacD0UQetqysZHszu5slPqp0iREtDmHFv1cgcUBJA=";
version = "3.20.2";
sha256 = "sha256-7hLTIujvYIGRqBQgPHrCq0XOh0GJrePBszXJnBFaXVM=";
}