3
0
Fork 0
forked from mirrors/nixpkgs

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

coreth: 0.12.1 -> 0.12.2
This commit is contained in:
figsoda 2023-05-26 22:21:03 -04:00 committed by GitHub
commit aab11cabdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "coreth";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-Wf4abvBOX98A2IjALkMMOAqDvEtXtLddxhrV2LQM1dU=";
hash = "sha256-WkSZ+7ygg2dkotv3vwTrWaVsSQvgmPJ0xhPCqZdQit8=";
};
# go mod vendor has a bug, see: golang/go#57529