From 1c04dd21c9207b34915181f1b565f0632d90bf47 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Fri, 2 Jun 2023 10:38:57 +0800 Subject: [PATCH] v2ray-domain-list-community: 20230517022917 -> 20230601044045 Diff: https://github.com/v2fly/domain-list-community/compare/20230517022917...20230601044045 --- pkgs/data/misc/v2ray-domain-list-community/default.nix | 6 +++--- 1 file 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 810b009967f1..0f89ee5cf3f1 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";