Unverified Commit bfc6b0ef authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #320682 from r-ryantm/auto-update/v2ray-domain-list-community

v2ray-domain-list-community: 20240508170917 -> 20240614093027
parents 6d396a4b d61c4d7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@
let
  generator = pkgsBuildBuild.buildGoModule rec {
    pname = "v2ray-domain-list-community";
    version = "20240508170917";
    version = "20240614093027";
    src = fetchFromGitHub {
      owner = "v2fly";
      repo = "domain-list-community";
      rev = version;
      hash = "sha256-fxiKd4bnEqUsqiBkU6EiMe8dd1uaopqU52CgclDFiuI=";
      hash = "sha256-IWBih6SyS9rpf6qiQmQSXKsiQeVoBMO9PfB0ZT1FV9c=";
    };
    vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
    meta = with lib; {