Commit 74e0ac20 authored by R. RyanTM's avatar R. RyanTM
Browse files

v2ray-domain-list-community: 20251105132907 -> 20251112145348

parent ff709039
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@
let
  generator = pkgsBuildBuild.buildGoModule rec {
    pname = "v2ray-domain-list-community";
    version = "20251105132907";
    version = "20251112145348";
    src = fetchFromGitHub {
      owner = "v2fly";
      repo = "domain-list-community";
      rev = version;
      hash = "sha256-yH3vykMcxxlGXRUlZm6kKBkvsaQrTrnv+bYnZywu3go=";
      hash = "sha256-z1j5HjaTfget63Eug3lE3crwjIZiNoZADeAcKX0K4W8=";
    };
    vendorHash = "sha256-HmIXpF7P3J+lPXpmWWoFpSYAu5zbBQSDrj6S88LgWSU=";
    meta = with lib; {