From 6cebc9e8e21be46ebf0db37a2005b006b4e26f31 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Thu, 26 Oct 2023 21:32:05 +0800 Subject: [PATCH] qv2ray: unstable-2023-06-09 -> unstable-2023-07-11 https://github.com/Qv2ray/Qv2ray/commit/b3080564809dd8aef864a54ca1b79f0984fe986b Fixes: /build/source/src/base/Qv2rayLog.hpp:17:29: error: expected primary-expression before ',' token 17 | #define ___LOG_EXPAND(___x) , QPair(std::string(#___x), [&] { return ___x; }()) | ^ /build/source/src/base/Qv2rayLog.hpp:17:63: error: expected primary-expression before ')' token 17 | #define ___LOG_EXPAND(___x) , QPair(std::string(#___x), [&] { return ___x; }()) | ^ /build/source/src/base/Qv2rayLog.hpp:17:64: error: template argument 2 is invalid 17 | #define ___LOG_EXPAND(___x) , QPair(std::string(#___x), [&] { return ___x; }()) | ^ --- pkgs/applications/networking/qv2ray/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix index 038d904f453b..50143013b88f 100644 --- a/pkgs/applications/networking/qv2ray/default.nix +++ b/pkgs/applications/networking/qv2ray/default.nix @@ -21,13 +21,13 @@ mkDerivation rec { pname = "qv2ray"; - version = "unstable-2023-06-09"; + version = "unstable-2023-07-11"; src = fetchFromGitHub { owner = "Qv2ray"; repo = "Qv2ray"; - rev = "aea9981cc28fe25de55207b93d86036b30d467d2"; - hash = "sha256-ySXAF6fkkKsafuSa3DxkOuRjSyiCDUZRevcfJRp7LPM="; + rev = "b3080564809dd8aef864a54ca1b79f0984fe986b"; + hash = "sha256-LwBjuX5x3kQcdEfPLEirWpkMqOigkhNoh/VNmBfPAzw="; fetchSubmodules = true; };