summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-06-02 10:38:57 +0800
committerNick Cao <nickcao@nichi.co>2023-06-02 10:39:54 +0800
commit1c04dd21c9207b34915181f1b565f0632d90bf47 (patch)
tree835d4d1a97174f67549c0948ae915827ab270872
parentb63c643631665264060c9bf31849dd6566e17e8f (diff)
downloadnixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar.gz
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar.bz2
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar.lz
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar.xz
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.tar.zst
nixpkgs-1c04dd21c9207b34915181f1b565f0632d90bf47.zip
v2ray-domain-list-community: 20230517022917 -> 20230601044045
Diff: https://github.com/v2fly/domain-list-community/compare/20230517022917...20230601044045
-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 810b009967f..0f89ee5cf3f 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 = "20230517022917";
+    version = "20230601044045";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-oRmVJyDfdJhAdF9nJrJs2SjoUs1pr39/xcCps5d3WyM=";
+      hash = "sha256-AVJinqMaVIxq6Tne1b5N6yuszLQ0sgmAtH+sd+sbInA=";
     };
-    vendorHash = "sha256-zkf2neI1HiPkCrcw+cYoZ2L/OGkM8HPIv5gUqc05Wak=";
+    vendorHash = "sha256-lPOn296ngMCYdXoGNDG9okkLC5ryjKIL+UP98lyaKcg=";
     meta = with lib; {
       description = "community managed domain list";
       homepage = "https://github.com/v2fly/domain-list-community";