protobuf3_20: 3.20.2 -> 3.20.3

https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.3
This commit is contained in:
Mario Rodas 2022-10-22 04:20:00 +00:00
parent 443063f4a3
commit 658850f9f7

View file

@ -1,6 +1,6 @@
{ callPackage, abseil-cpp, ... }:
callPackage ./generic-v3.nix {
version = "3.20.2";
sha256 = "sha256-7hLTIujvYIGRqBQgPHrCq0XOh0GJrePBszXJnBFaXVM=";
version = "3.20.3";
sha256 = "sha256-u/1Yb8+mnDzc3OwirpGESuhjkuKPgqDAvlgo3uuzbbk=";
}