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

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

v2ray-domain-list-community: 20240817092737 -> 20240823035651
parents 72735151 047bcbcc
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 = "20240817092737";
    version = "20240823035651";
    src = fetchFromGitHub {
      owner = "v2fly";
      repo = "domain-list-community";
      rev = version;
      hash = "sha256-RQl7tRY2eQcepthFXwzVMPQtFsVDih++VnMBHR4Tink=";
      hash = "sha256-2tUs3+CXpBJ1/PHxXwIjv6srOEN2f+1G+ST3/vuOXLQ=";
    };
    vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
    meta = with lib; {