summary refs log tree commit diff
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-11 10:47:30 +0800
committerNick Cao <nickcao@nichi.co>2023-07-11 10:47:30 +0800
commit1473a98df47445b7f2f614183193c2e6496b6731 (patch)
treed73b00de6d5e563d71a6841aaa6586873bde4dfd /pkgs/data/misc
parentd5e2bee79ba131d56db29e9f65c04ef871c58780 (diff)
downloadnixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar.gz
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar.bz2
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar.lz
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar.xz
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.tar.zst
nixpkgs-1473a98df47445b7f2f614183193c2e6496b6731.zip
v2ray-domain-list-community: 20230627034247 -> 20230707041058
Diff: https://github.com/v2fly/domain-list-community/compare/20230627034247...20230707041058
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 d17207d2f1c..24d51100887 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 = "20230627034247";
+    version = "20230707041058";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-9GrIvrLIU72oy12K/+1WaqOjvMJngKRNmkpwTq/9r9Q=";
+      hash = "sha256-Utfi5eoFukpnB/JP9bsiVYBvh3REPt4CZUW+BRCiCpo=";
     };
     vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
     meta = with lib; {