about summary refs log tree commit diff
path: root/pkgs/applications/networking/nali
diff options
context:
space:
mode:
authorXYenon <i@xyenon.bid>2022-06-20 13:21:28 +0800
committerXYenon <i@xyenon.bid>2022-06-20 13:56:02 +0800
commit0aebaa8c6c7a936fd08ab1e53c8e397443208f61 (patch)
tree849929a731177ec0ee02ac108230b53aa9b79490 /pkgs/applications/networking/nali
parent83bcdb870f227281c82158aa7a4dd621559e1534 (diff)
nali: 0.3.2 -> 0.4.2
Diffstat (limited to 'pkgs/applications/networking/nali')
-rw-r--r--pkgs/applications/networking/nali/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/nali/default.nix b/pkgs/applications/networking/nali/default.nix
index 39a07d9d4ab09..f90ec3644c7ca 100644
--- a/pkgs/applications/networking/nali/default.nix
+++ b/pkgs/applications/networking/nali/default.nix
@@ -2,22 +2,22 @@
 
 buildGoModule rec {
   pname = "nali";
-  version = "0.3.2";
+  version = "0.4.2";
 
   src = fetchFromGitHub {
     owner = "zu1k";
     repo = "nali";
     rev = "v${version}";
-    sha256 = "sha256-iRLoUBA+Kzv1/LZQ8HCvR79K1riYErxEWhB0OmvFy2g=";
+    sha256 = "sha256-7NUUX4hDwvMBBQvxiB7P/lNHKgxwOFObdD6DUd0vX5c=";
   };
 
-  vendorSha256 = "sha256-0u6n53hL2+GvqbYpAKN54n7uiTHSsgyjedt20nT1yRc=";
+  vendorSha256 = "sha256-Ld5HehK5MnPwl6KtIl0b4nQRiXO4DjKVPL1iti/WBIQ=";
   subPackages = [ "." ];
 
   meta = with lib; {
     description = "An offline tool for querying IP geographic information and CDN provider";
     homepage = "https://github.com/zu1k/nali";
     license = licenses.mit;
-    maintainers = with maintainers; [ diffumist ];
+    maintainers = with maintainers; [ diffumist xyenon ];
   };
 }