lol

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

coreth: 0.12.0 -> 0.12.1

authored by

figsoda and committed by
GitHub
27ccf0e7 724bfd85

+3 -3
+3 -3
pkgs/applications/networking/coreth/default.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "coreth"; 9 - version = "0.12.0"; 9 + version = "0.12.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ava-labs"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-VZxViKtpdDkEC94DgYPHCjCcqrA3H3Uef/pK/ZqINkU="; 15 + hash = "sha256-Wf4abvBOX98A2IjALkMMOAqDvEtXtLddxhrV2LQM1dU="; 16 16 }; 17 17 18 18 # go mod vendor has a bug, see: golang/go#57529 19 19 proxyVendor = true; 20 20 21 - vendorHash = "sha256-+tgDdhrSJb3h3NXhwcdgSWo2+NvYl18HW6dVEUOSpVs="; 21 + vendorHash = "sha256-nQfb94IileWTkSZOliDT6B6o7qQ8aQ0MdY0jzc84VIM="; 22 22 23 23 ldflags = [ 24 24 "-s"