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

v2ray: 5.45.1 -> 5.46.0 (#493645)

parents d60a3068 0c3c7525
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@

buildGoModule (finalAttrs: {
  pname = "v2ray-core";
  version = "5.45.1";
  version = "5.46.0";

  src = fetchFromGitHub {
    owner = "v2fly";
    repo = "v2ray-core";
    rev = "v${finalAttrs.version}";
    hash = "sha256-PPuUbVNan9Qrx2Oc1mH07dekAqPw15wD2DNz2gQZ1AU=";
    hash = "sha256-wKA3Xeh9pBb/eBB6AIiQB4tfi+M261a5meO1pzceYN4=";
  };

  # `nix-update` doesn't support `vendorHash` yet.
  # https://github.com/Mic92/nix-update/pull/95
  vendorHash = "sha256-CTdGbi1LSe67XGNPXkKQLr6UuuJQCfbq2DTgSR3Tc9A=";
  vendorHash = "sha256-q2cgUDulpR42aSJfmyq1wlIgGjFWSDPIGmu+V9Qv71Y=";

  ldflags = [
    "-s"