summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-03 00:02:23 +0000
committerGitHub <noreply@github.com>2023-11-03 00:02:23 +0000
commit75a11d85b89dd3d74ffacc7f6900e0c189c5cb95 (patch)
tree393babe34b5e478fe5f6ff18f5f06fe8c72283e6 /pkgs/data
parentb1b0b6e3e76960d83239fc293cf5902adb01a91d (diff)
parent529fd47f28707310775d5ddcc5763740e2feed01 (diff)
downloadnixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar.gz
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar.bz2
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar.lz
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar.xz
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.tar.zst
nixpkgs-75a11d85b89dd3d74ffacc7f6900e0c189c5cb95.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/data')
-rw-r--r--pkgs/data/misc/dbip-country-lite/default.nix4
-rw-r--r--pkgs/data/misc/v2ray-domain-list-community/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/data/misc/dbip-country-lite/default.nix b/pkgs/data/misc/dbip-country-lite/default.nix
index 8774f812ece..eefd161632d 100644
--- a/pkgs/data/misc/dbip-country-lite/default.nix
+++ b/pkgs/data/misc/dbip-country-lite/default.nix
@@ -5,11 +5,11 @@
 
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "dbip-country-lite";
-  version = "2023-10";
+  version = "2023-11";
 
   src = fetchurl {
     url = "https://download.db-ip.com/free/dbip-country-lite-${finalAttrs.version}.mmdb.gz";
-    hash = "sha256-PQn8dyx4l3r7N52rv/Woth6J61+WvVL+SHKMkVVtFsw=";
+    hash = "sha256-Nyje7hf5UdCMHbqZoLpHclDDa4pz+BAyqJcsmPBfSG8=";
   };
 
   dontUnpack = true;
diff --git a/pkgs/data/misc/v2ray-domain-list-community/default.nix b/pkgs/data/misc/v2ray-domain-list-community/default.nix
index 4d81e0386a3..40cce28dc5d 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 = "20231030084219";
+    version = "20231031055637";
     src = fetchFromGitHub {
       owner = "v2fly";
       repo = "domain-list-community";
       rev = version;
-      hash = "sha256-5FVHjK68weGWjla8MBS1D/Ks5PjzBKLv/TeyjBSgYFw=";
+      hash = "sha256-wdWmpWsWroA7ecNRSVh3hEUSXz/MW+9kYDWhThWL44k=";
     };
     vendorHash = "sha256-6167kRAC5m5FlBr7uk+qKUcjWsb45P5Vvovyb6hHSVQ=";
     meta = with lib; {