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-12-10 00:14:06 +0000
committerGitHub <noreply@github.com>2023-12-10 00:14:06 +0000
commit35e9f7d4e656c11cda8a52c4fed672a86e44d25d (patch)
treef23cd641b136bcea7e2535506ad567962ae370b4 /pkgs/data/misc
parentcc3d0ae21e67c13d74c4cd43ed575dc98a6cd0b7 (diff)
parent404c1902f27ba29cd7b68f8b472943ea212f7902 (diff)
downloadnixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar.gz
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar.bz2
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar.lz
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar.xz
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.tar.zst
nixlib-35e9f7d4e656c11cda8a52c4fed672a86e44d25d.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 88ff72c28c76..235c26c737b0 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 = "20231201183121";
+    version = "20231208065009";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-BOq4hT8K+m/bdAj6f1TbT3BvAn05bH3EdphcaWqFYFk=";
+      hash = "sha256-Z5yUtkumr/JuKzq47QdPuHSJOSxD2XsK9sYE1hUhoyY=";
     };
     vendorHash = "sha256-6167kRAC5m5FlBr7uk+qKUcjWsb45P5Vvovyb6hHSVQ=";
     meta = with lib; {