Skip to content

Commit

Permalink
[Backport release-24.11] avalanchego: 1.12.0-initial-poc.6 -> 1.12.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 10, 2024
2 parents 47aa896 + bd85aa3 commit 19604ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/av/avalanchego/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@

buildGoModule rec {
pname = "avalanchego";
version = "1.12.0-initial-poc.6";
version = "1.12.0";

src = fetchFromGitHub {
owner = "ava-labs";
repo = "avalanchego";
rev = "refs/tags/v${version}";
hash = "sha256-LBwmoegsBWC2xlTc3BJDxyYX58b+X7g5xl9vnThVHW0=";
hash = "sha256-iedhLVNtwU8wSQIaq0r0fAYGH8fNnCRJW69D7wPdyx0=";
};

# https://github.com/golang/go/issues/57529
proxyVendor = true;

vendorHash = "sha256-slu0f0Y33aGuVpN5pZcRp9RJAXcLnZyUNO7pFdm+HrY=";
vendorHash = "sha256-CNwqpRx0HNvYfkowEEZe/Ue6W2FDZVAkUgof5QH9XkI=";


subPackages = [ "main" ];
Expand Down

0 comments on commit 19604ab

Please sign in to comment.