about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-15 21:23:14 +0800
committerGitHub <noreply@github.com>2022-01-15 21:23:14 +0800
commitc4d1eff44eb12cb5500fb2ab05a1a7303711254e (patch)
treed1b6bfafbcaa14b5e1e082575d74c3895b9d5647 /pkgs/tools/networking
parent407a866225358da3bda2ba1c04f2611da3749920 (diff)
parent2fe15274ec53219be2a2f9a8ba5d71795ba1090d (diff)
Merge pull request #154440 from r-ryantm/auto-update/whois
whois: 5.5.10 -> 5.5.11
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/whois/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/whois/default.nix b/pkgs/tools/networking/whois/default.nix
index 0caa0af061b84..3d742a2a90cf4 100644
--- a/pkgs/tools/networking/whois/default.nix
+++ b/pkgs/tools/networking/whois/default.nix
@@ -1,14 +1,14 @@
 { lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:
 
 stdenv.mkDerivation rec {
-  version = "5.5.10";
+  version = "5.5.11";
   pname = "whois";
 
   src = fetchFromGitHub {
     owner = "rfc1036";
     repo = "whois";
     rev = "v${version}";
-    sha256 = "179hgmh9yqk8jq26ybik4cr3lgryd5p6kdwccc3r7mfssk3yp8lz";
+    sha256 = "sha256-+fNld+stSniuQV2zx+Qd4s2ZSwNLmnve/tXg36MC2nM=";
   };
 
   nativeBuildInputs = [ perl gettext pkg-config ];