about summary refs log tree commit diff
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-03 20:01:17 -0400
committerNick Cao <nickcao@nichi.co>2023-09-03 20:01:17 -0400
commit2b2cb749d66122a849a41d62e123935011e3ab85 (patch)
tree12b96b1b56eed119fcad8b92b6ab0f980f160d9f /pkgs/data/misc
parent834f66f1edc6b54d1feab0f99e33051c7d1b8e07 (diff)
v2ray-domain-list-community: 20230825070717 -> 20230902035830
Diff: https://github.com/v2fly/domain-list-community/compare/20230825070717...20230902035830
Diffstat (limited to 'pkgs/data/misc')
-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 eda7ba8c5543e..6e2f07ab17e7f 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 = "20230825070717";
+    version = "20230902035830";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-xB+8WhFnaQ8YD99FcihqI58R8fxiBAzQK5b4VVdWbMo=";
+      hash = "sha256-xrx0+Zf9c5TYMWVKsAOJvI8x/ZoElnpjzLCPbkZjrzw=";
     };
     vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
     meta = with lib; {