1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

avalanchego: 1.12.0-initial-poc.6 -> 1.12.0 (#360525)

This commit is contained in:
Weijia Wang 2024-12-09 20:43:40 +01:00 committed by GitHub
commit c8208b913b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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" ];