3
0
Fork 0
forked from mirrors/nixpkgs

coreth: 0.11.9 -> 0.12.0

This commit is contained in:
R. Ryantm 2023-04-18 00:22:42 +00:00
parent 0a4206a51b
commit 86b0fd9fd7

View file

@ -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"