about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-07-15 20:44:54 +0200
committerGitHub <noreply@github.com>2023-07-15 20:44:54 +0200
commitb384de8535a35e3e56d32019e5afb8c981662358 (patch)
treea9a492df914227b1b556ef6024f6057a04e6d22d
parentaeecbe5f33e9b0c82a20d67fcf4fc898ff5c4912 (diff)
parent4f52684c70a2391ac5f5f4f5f01dd88571e33d13 (diff)
Merge pull request #243467 from r-ryantm/auto-update/avalanchego
avalanchego: 1.10.3 -> 1.10.4
-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 98b2d4b3934b2..88a683b2a3904 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.10.3";
+  version = "1.10.4";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-i6oAh/mDug2tuPoCa1pJEBd6jVPz2CxWlX6FCowxBwU=";
+    hash = "sha256-aeO1rjKYoO6KF+oe0FKIa8D3j6G01uyC79OvUg9Qpfk=";
   };
 
-  vendorHash = "sha256-kXbKxNptKFfZ2iPkd+cPZNRPIMnNCWNrJXq6itJXG44=";
+  vendorHash = "sha256-Rh3S7Qy89ctsKlFz0lNNs8pZ5lHG5yB//DQzffD6eL8=";
   # go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
   proxyVendor = true;