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

go-protobuf: 1.3.1 -> 1.3.2
This commit is contained in:
Mario Rodas 2019-08-04 09:12:10 -05:00 committed by GitHub
commit 2ba3235b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
name = "go-protobuf-${version}";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "golang";
repo = "protobuf";
rev = "v${version}";
sha256 = "15am4s4646qy6iv0g3kkqq52rzykqjhm4bf08dk0fy2r58knpsyl";
sha256 = "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym";
};
modSha256 = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5";