Skip to content

Commit

Permalink
coreth: 0.13.8 -> 0.14.0 (NixOS#364080)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 91581de + 159dddf commit c59dafd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/co/coreth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

buildGoModule rec {
pname = "coreth";
version = "0.13.8";
version = "0.14.0";

src = fetchFromGitHub {
owner = "ava-labs";
repo = pname;
rev = "v${version}";
hash = "sha256-TR4c+7VUHoxZfLCOip7WqjOQFFxGyg+36FUaNw0Sc9k=";
hash = "sha256-YUqrbTjye0eNNuf9hGQXtMidRq6y3m3pSKzIRVECy9E=";
};

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

vendorHash = "sha256-41r6tsrHw533ygvS3G2OQA9wsVXVxJi96DVu6stBq3c=";
vendorHash = "sha256-T6HvvvD4potKdcVUnUo2cfTwJkMCggbroTwpBToUE30=";

ldflags = [
"-s"
Expand Down

0 comments on commit c59dafd

Please sign in to comment.