Merge pull request #118057 from r-ryantm/auto-update/go-protobuf

go-protobuf: 1.5.1 -> 1.5.2
This commit is contained in:
Artturi
2021-08-08 07:25:03 +03:00
committed by GitHub
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-protobuf";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "golang";
repo = "protobuf";
rev = "v${version}";
sha256 = "sha256-TYx7nAyUE70hoCNKnR74FzWhrQyWG17VPoKH3vR+qOM=";
sha256 = "sha256-E/6Qh8hWilaGeSojOCz8PzP9qnVqNG2DQLYJUqN3BdY=";
};
vendorSha256 = "sha256-CcJjFMslSUiZMM0LLMM3BR53YMxyWk8m7hxjMI9tduE=";