about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-02 06:47:51 -0500
committerGitHub <noreply@github.com>2024-03-02 06:47:51 -0500
commit4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9 (patch)
tree9bf7a87063c03dec3baccd12e925c56d2b0e7409 /pkgs
parent492678349b1cf01f9b3ae3baf60600ddd966fc39 (diff)
parent753c6215dfed13eaeac1d64b87f65f94662bae87 (diff)
downloadnixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar.gz
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar.bz2
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar.lz
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar.xz
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.tar.zst
nixlib-4e6904ee82c5c40eba5d9b3198df1ae9223cb7e9.zip
Merge pull request #292593 from r-ryantm/auto-update/avalanchego
avalanchego: 1.11.1 -> 1.11.2
Diffstat (limited to 'pkgs')
-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 a3fda46955da..83ca257a98b1 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.11.1";
+  version = "1.11.2";
 
   src = fetchFromGitHub {
     owner = "ava-labs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-uRoo2+1R1sPYN41ybrwGK+msYa2AC02w5h6hzeh9ASs=";
+    hash = "sha256-E75lqQkaCub/WpxvVHB5YP1E1ygjUURJ1VWrjvcV96o=";
   };
 
-  vendorHash = "sha256-x8AgsJuo2q5vRts4axMgL5rTJKQBfuIW341HnUhzvOI=";
+  vendorHash = "sha256-Xrr4QE0FN6sII4xOjPbhwBlNgEwOlogKRNStjrjH7H0=";
   # go mod vendor has a bug, see: https://github.com/golang/go/issues/57529
   proxyVendor = true;