about summary refs log tree commit diff
path: root/pkgs/data/misc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-07-27 00:12:37 +0000
committerGitHub <noreply@github.com>2023-07-27 00:12:37 +0000
commit6781f1d32edb34a03f814aedbfcae9405ca09013 (patch)
tree5423b01587996e98169b9d3176d3885fa0848a36 /pkgs/data/misc
parent9954c0da184ebcea71f3b8cfc103e572391715b6 (diff)
parent8f7b4e88946c61da4cd43d1bcc1c982bb96d9ee8 (diff)
downloadnixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar.gz
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar.bz2
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar.lz
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar.xz
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.tar.zst
nixlib-6781f1d32edb34a03f814aedbfcae9405ca09013.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/data/misc')
-rw-r--r--pkgs/data/misc/v2ray-domain-list-community/default.nix4
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 a7232c08ef3c..79b8a10d7d0d 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 = "20230717050659";
+    version = "20230725085751";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-HmP5V02TUL48vlQ9bFRePV5l1J0ECszVzQ48UENDvuQ=";
+      hash = "sha256-4D975ASoDoXjEi0kkwsUIIT6nwOE3ggBzNUVp0ojsbQ=";
     };
     vendorHash = "sha256-dYaGR5ZBORANKAYuPAi9i+KQn2OAGDGTZxdyVjkcVi8=";
     meta = with lib; {