Merge pull request #115193 from marsam/update-protobuf

protobuf: 3.15.2 -> 3.15.5
This commit is contained in:
Mario Rodas 2021-03-08 08:01:18 -05:00 committed by GitHub
commit e3d57a20bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.15.2";
sha256 = "12da2h5ds8yjyssqansvhd2vy72kw6b60j9l6va21ghs8xzyihqi";
version = "3.15.5";
sha256 = "1znxzy4illsr4a08642h6s83jawzrq40m6pzkp05q0cpm8hcpvda";
}