Unverified Commit c2b5a5e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #266581 from NickCao/sing-box

sing-box: 1.6.2 -> 1.6.3
parents 88032332 3e7461a4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,16 +11,16 @@

buildGoModule rec {
  pname = "sing-box";
  version = "1.6.2";
  version = "1.6.3";

  src = fetchFromGitHub {
    owner = "SagerNet";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-LbgKgHny9RtowOGBQGW+ZSsxxzddTrSj2bvaC48HsU0=";
    hash = "sha256-qwXBuU/hajWvR+VqMnOUGLDuTuLjbazSPjQ5jvVImJM=";
  };

  vendorHash = "sha256-uW9du8ySGQL9frGlNec6ISagiZtR/w8ZhMwpTmWllow=";
  vendorHash = "sha256-2pGnpsgm4mvApvO1sMnRPTRS1unvpVPH9PGlr/S0KbY=";

  tags = [
    "with_quic"