about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-29 09:26:20 +0300
committerGitHub <noreply@github.com>2023-03-29 09:26:20 +0300
commitdc97ccd73ef53d688f4846792d689b0dca049bef (patch)
treea6497da0115b8c14737fce3924e03b219e36266c
parent626401c783dd4b687e3627b19078c0f4ff4f6467 (diff)
parentd66d9ac0a9cabea472b28cc9aae73b8d4ce520a1 (diff)
Merge pull request #223604 from r-ryantm/auto-update/avalanchego
avalanchego: 1.9.11 -> 1.9.16
-rw-r--r--pkgs/applications/networking/avalanchego/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/avalanchego/default.nix b/pkgs/applications/networking/avalanchego/default.nix
index 543a4d3d28389..9ef5ebe21e72d 100644
--- a/pkgs/applications/networking/avalanchego/default.nix
+++ b/pkgs/applications/networking/avalanchego/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "avalanchego";
-  version = "1.9.11";
+  version = "1.9.16";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-fgjuLQNw5Em+wEJSmote6TuFH8dUVDtkQTgCcGhh2ro=";
+    hash = "sha256-xskLRQLjLSXXHK39h7e8knP5OtIbcllF7OvefPpIQCU=";
   };
 
-  vendorHash = "sha256-IxPJBpOSqcramegQ+M/U9p6ls6dStOi0OUdddDj11d0=";
+  vendorHash = "sha256-lyXP1mkJmHpHHMtH0rXa0orf5u+AbZ4H/MJXt8o49ng=";
   # go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
   proxyVendor = true;