diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-07-16 16:44:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 16:44:25 -0400 |
| commit | 853b07855df9a65499d83bbcebfd4b4e82bdfebb (patch) | |
| tree | 6f7fc5a02adaad5deb9493ae0f8a84035964c04f /pkgs/data | |
| parent | Merge pull request #327722 from arianvp/systemd-finalattrs (diff) | |
| parent | v2ray-domain-list-community: 20240707162925 -> 20240713050854 (diff) | |
| download | nixpkgs-853b07855df9a65499d83bbcebfd4b4e82bdfebb.tar.gz | |
Merge pull request #327478 from NickCao/v2ray-domain-list-community
v2ray-domain-list-community: 20240707162925 -> 20240713050854
Diffstat (limited to 'pkgs/data')
| -rw-r--r-- | pkgs/data/misc/v2ray-domain-list-community/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/misc/v2ray-domain-list-community/default.nix b/pkgs/data/misc/v2ray-domain-list-community/default.nix index d4af7cec54cd..4fe82e6b4500 100644 --- a/pkgs/data/misc/v2ray-domain-list-community/default.nix +++ b/pkgs/data/misc/v2ray-domain-list-community/default.nix @@ -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; { |
