about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-10 22:02:53 -0400
committerNick Cao <nickcao@nichi.co>2023-10-10 22:02:53 -0400
commit1648c8d66e0c7626c77f577871161bc6d6ea0e0d (patch)
treed6068b530fb2bace112e30bfcfcee550b919235c /pkgs/data
parentd7a0a19d575d764a75a123da224419824f8f493e (diff)
downloadnixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar.gz
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar.bz2
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar.lz
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar.xz
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.tar.zst
nixlib-1648c8d66e0c7626c77f577871161bc6d6ea0e0d.zip
v2ray-domain-list-community: 20230926092720 -> 20231011001633
Diff: https://github.com/v2fly/domain-list-community/compare/20230926092720...20231011001633
Diffstat (limited to 'pkgs/data')
-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 8fe5f108fa01..809c3a74e230 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 = "20230926092720";
+    version = "20231011001633";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-S6bd8C9TuKj/FaTmMyCcEVi/4LBgseWWxr/XlEhc45Y=";
+      hash = "sha256-dU/y4rLjdzTOBvewPKRLBlq+DBc8i6oJGk8LDxTtaiM=";
     };
     vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
     meta = with lib; {