about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-19 11:09:57 -0500
committerGitHub <noreply@github.com>2023-11-19 11:09:57 -0500
commit21eaf88144eee86a121eab61800cfac9df098e14 (patch)
tree9a2e8fb2301ab6fc2ead8e287124a1bc57122ec3 /pkgs
parent72528ce0e56806f3178db7bcd1b1dad506ce06c5 (diff)
parent25f7a1003f740362a5a126c7264be3562123d8dc (diff)
Merge pull request #268404 from NickCao/v2ray-domain-list-community
v2ray-domain-list-community: 20231031055637 -> 20231118232758
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/misc/v2ray-domain-list-community/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/misc/v2ray-domain-list-community/default.nix b/pkgs/data/misc/v2ray-domain-list-community/default.nix
index 40cce28dc5d29..bc4aaf72ae9e6 100644
--- a/pkgs/data/misc/v2ray-domain-list-community/default.nix
+++ b/pkgs/data/misc/v2ray-domain-list-community/default.nix
@@ -3,12 +3,12 @@
 let
   generator = pkgsBuildBuild.buildGoModule rec {
     pname = "v2ray-domain-list-community";
-    version = "20231031055637";
+    version = "20231118232758";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-wdWmpWsWroA7ecNRSVh3hEUSXz/MW+9kYDWhThWL44k=";
+      hash = "sha256-m4B1O8h6lRxArEyuE4XUF9eJtoBhl59QNXkVjWKx2ko=";
     };
     vendorHash = "sha256-6167kRAC5m5FlBr7uk+qKUcjWsb45P5Vvovyb6hHSVQ=";
     meta = with lib; {