about summary refs log tree commit diff
path: root/pkgs/applications/networking/qv2ray
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-10-26 21:32:05 +0800
committerBobby Rong <rjl931189261@126.com>2023-10-26 21:39:12 +0800
commit6cebc9e8e21be46ebf0db37a2005b006b4e26f31 (patch)
treebe4d0494c86eeb7cee815ccae8711c13cb529784 /pkgs/applications/networking/qv2ray
parent2f57f6eab42a82e7a3f1858744b56592010b1c98 (diff)
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, decltype(___x)>(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, decltype(___x)>(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, decltype(___x)>(std::string(#___x), [&] { return ___x; }())
      |                                                                ^
Diffstat (limited to 'pkgs/applications/networking/qv2ray')
-rw-r--r--pkgs/applications/networking/qv2ray/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/qv2ray/default.nix b/pkgs/applications/networking/qv2ray/default.nix
index 038d904f453b0..50143013b88f0 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;
   };