Skip to content

Commit

Permalink
protoc-gen-go: 1.36.3 -> 1.36.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 06d633e commit 02ea0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pr/protoc-gen-go/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "protoc-gen-go";
version = "1.36.3";
version = "1.36.4";

src = fetchFromGitHub {
owner = "protocolbuffers";
repo = "protobuf-go";
rev = "v${version}";
hash = "sha256-yzrdZMWl5MBOAGCXP1VxVZNLCSFUWEURVYiDhRKSSRc=";
hash = "sha256-lDhg72i/5J4PMsdMPBthEpV3gFqr+ds3O4+rj6AZoMs=";
};

vendorHash = "sha256-nGI/Bd6eMEoY0sBwWEtyhFowHVvwLKjbT4yfzFz6Z3E=";
Expand Down

0 comments on commit 02ea0c7

Please sign in to comment.