coreth: 0.11.6 -> 0.11.7

This commit is contained in:
R. Ryantm
2023-02-25 11:41:20 +00:00
parent 21299ca839
commit 0b996a9408
@@ -6,19 +6,19 @@
buildGoModule rec {
pname = "coreth";
version = "0.11.6";
version = "0.11.7";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-Me+kmEfvSJs8EPU4D7MwkEyHQuvDmQCSIATxygXws5o=";
hash = "sha256-PMjgEZ7D1peoW5ubOB/QrnmKVZs4/ToIBKH9zBT1J10=";
};
# go mod vendor has a bug, see: golang/go#57529
proxyVendor = true;
vendorHash = "sha256-jI01tdAVdJOj/ocpwCiaANdyYKSLw00bV7ZtU7HvslA=";
vendorHash = "sha256-Ne3+NJsEJKjvkLShJxiiOq/UoORF7ggv/j7ltPgrSfQ=";
ldflags = [
"-s"