protoc-gen-go: convert sha256 to hash
This commit is contained in:
parent
249ae9ec29
commit
b6628ad389
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ buildGoModule rec {
|
|||
owner = "protocolbuffers";
|
||||
repo = "protobuf-go";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-xbfqN/t6q5dFpg1CkxwxAQkUs8obfckMDqytYzuDwF4=";
|
||||
hash = "sha256-xbfqN/t6q5dFpg1CkxwxAQkUs8obfckMDqytYzuDwF4=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-nGI/Bd6eMEoY0sBwWEtyhFowHVvwLKjbT4yfzFz6Z3E=";
|
||||
|
|
Loading…
Reference in a new issue