about summary refs log tree commit diff
path: root/pkgs/tools/networking/whois/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 01:10:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 01:10:39 +0000
commit82319d48dbcbba3648b153842e3119d9fcbf523a (patch)
treec0b4dbd6fe15bd49916038e86983d6f393e96c70 /pkgs/tools/networking/whois/default.nix
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
whois: 5.5.14 -> 5.5.15
Diffstat (limited to 'pkgs/tools/networking/whois/default.nix')
-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 b1ce1a7b7f6ac..e05768eeeb6ee 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.14";
+  version = "5.5.15";
   pname = "whois";
 
   src = fetchFromGitHub {
     owner = "rfc1036";
     repo = "whois";
     rev = "v${version}";
-    sha256 = "sha256-UTUsuu/CGWhx9zYr7ppnJd7pumb6nGEyVwtJwC0loZ0=";
+    sha256 = "sha256-kx9Rl4w44zNDSfCMn5PEmQ1jP0Zxa/fYPlZPQnAp4xI=";
   };
 
   nativeBuildInputs = [ perl gettext pkg-config ];