Merge pull request #226740 from r-ryantm/auto-update/coreth

coreth: 0.11.9 -> 0.12.0
This commit is contained in:
figsoda
2023-04-17 22:45:29 -04:00
committed by GitHub
@@ -6,19 +6,19 @@
buildGoModule rec {
pname = "coreth";
version = "0.11.9";
version = "0.12.0";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-i0mLyTeosGlnTpKvAUS3wDvBRFpgmnfmKXAtCnAGqE0=";
hash = "sha256-VZxViKtpdDkEC94DgYPHCjCcqrA3H3Uef/pK/ZqINkU=";
};
# go mod vendor has a bug, see: golang/go#57529
proxyVendor = true;
vendorHash = "sha256-zX1rQ9RDBkzZIbqCDlFEgseYyKYUHYyGFApZqhOrkGU=";
vendorHash = "sha256-+tgDdhrSJb3h3NXhwcdgSWo2+NvYl18HW6dVEUOSpVs=";
ldflags = [
"-s"