Skip to content

Commit

Permalink
Merge pull request #229930 from r-ryantm/auto-update/coreth
Browse files Browse the repository at this point in the history
coreth: 0.12.0 -> 0.12.1
  • Loading branch information
figsoda authored May 4, 2023
2 parents 724bfd8 + d146479 commit 27ccf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/coreth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

buildGoModule rec {
pname = "coreth";
version = "0.12.0";
version = "0.12.1";

src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-VZxViKtpdDkEC94DgYPHCjCcqrA3H3Uef/pK/ZqINkU=";
hash = "sha256-Wf4abvBOX98A2IjALkMMOAqDvEtXtLddxhrV2LQM1dU=";
};

# go mod vendor has a bug, see: golang/go#57529
proxyVendor = true;

vendorHash = "sha256-+tgDdhrSJb3h3NXhwcdgSWo2+NvYl18HW6dVEUOSpVs=";
vendorHash = "sha256-nQfb94IileWTkSZOliDT6B6o7qQ8aQ0MdY0jzc84VIM=";

ldflags = [
"-s"
Expand Down

0 comments on commit 27ccf0e

Please sign in to comment.