about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-22 10:00:58 -0500
committerGitHub <noreply@github.com>2023-12-22 10:00:58 -0500
commite32b51ef297607b5d05049756315665e7c2b2332 (patch)
tree1ba6746c5a0883ac47974908adee78645e05ddce /pkgs
parent5a1a840820460c63c3ee1df80123ed789ac72cc7 (diff)
parent0c87d441d3333a825bcc15fc2e0922486fefb8f4 (diff)
Merge pull request #275918 from NickCao/v2ray-domain-list-community
v2ray-domain-list-community: 20231208065009 -> 20231219144426
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/misc/v2ray-domain-list-community/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/misc/v2ray-domain-list-community/default.nix b/pkgs/data/misc/v2ray-domain-list-community/default.nix
index 235c26c737b0d..7b2a05e97349b 100644
--- a/pkgs/data/misc/v2ray-domain-list-community/default.nix
+++ b/pkgs/data/misc/v2ray-domain-list-community/default.nix
@@ -3,14 +3,14 @@
 let
   generator = pkgsBuildBuild.buildGoModule rec {
     pname = "v2ray-domain-list-community";
-    version = "20231208065009";
+    version = "20231219144426";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-Z5yUtkumr/JuKzq47QdPuHSJOSxD2XsK9sYE1hUhoyY=";
+      hash = "sha256-xiHQL4fyGcb0yY++aqwaaZ8spPINQwbhI/VIer2LOe0=";
     };
-    vendorHash = "sha256-6167kRAC5m5FlBr7uk+qKUcjWsb45P5Vvovyb6hHSVQ=";
+    vendorHash = "sha256-azvMUi8eLNoNofRa2X4SKTTiMd6aOyO6H/rOiKjkpIY=";
     meta = with lib; {
       description = "community managed domain list";
       homepage = "https://github.com/v2fly/domain-list-community";