v2ray-domain-list-community: 20240707162925 -> 20240713050854

Diff: 2024070716...2024071305
This commit is contained in:
Nick Cao 2024-07-15 17:10:39 -04:00
parent d35e2a3aea
commit 9c73ed5689
No known key found for this signature in database

View File

@ -3,12 +3,12 @@
let
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20240707162925";
version = "20240713050854";
src = fetchFromGitHub {
owner = "v2fly";
repo = "domain-list-community";
rev = version;
hash = "sha256-Cpd66RSbKcEcLeL/ibS6cWnZABJuYCthaaMTkCsbij0=";
hash = "sha256-+VDC6VkxJGVwRkAupIjtbP5lWZDgq8KXT813Zm83Ap0=";
};
vendorHash = "sha256-NLh14rXRci4hgDkBJVJDIDvobndB7KYRKAX7UjyqSsg=";
meta = with lib; {