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

go-protobuf: 1.5.3 -> 1.5.4
This commit is contained in:
Nick Cao 2024-03-06 09:03:23 -05:00 committed by GitHub
commit 92b488299f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "go-protobuf";
version = "1.5.3";
version = "1.5.4";
src = fetchFromGitHub {
owner = "golang";
repo = "protobuf";
rev = "v${version}";
sha256 = "sha256-cRB4oicBfYvhqtzafWWmf82AuvSnB0NhHwpp0pjgwQ0=";
sha256 = "sha256-AfyZ6xlqmrsVqtoKV1XMEo/Vba9Kpu1EgwfF6pPSZ64=";
};
vendorHash = "sha256-CcJjFMslSUiZMM0LLMM3BR53YMxyWk8m7hxjMI9tduE=";
vendorHash = "sha256-jGAWUgW0DA7EwmlzVxnBmtbf2dp+P4Qwcb8mTAEhUi4=";
meta = with lib; {
homepage = "https://github.com/golang/protobuf";