about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2019-01-27 18:30:00 +0000
committerGitHub <noreply@github.com>2019-01-27 18:30:00 +0000
commit9bbb7d01c5f0dcac64108f613406fc6dc12e2be6 (patch)
tree073024a24dc4765382cc111702adb3bae29c107f /pkgs/tools
parent6ed3361f3dd6c192a4d600b0c047273a3fc06651 (diff)
parent733bc4648e2721954d6579587c39be69482dee90 (diff)
downloadnixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar.gz
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar.bz2
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar.lz
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar.xz
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.tar.zst
nixlib-9bbb7d01c5f0dcac64108f613406fc6dc12e2be6.zip
Merge pull request #54712 from dtzWill/update/whois-5.4.1
whois: 5.4.0 -> 5.4.1
Diffstat (limited to 'pkgs/tools')
-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 f668998de7fd..6b944ee3ffc4 100644
--- a/pkgs/tools/networking/whois/default.nix
+++ b/pkgs/tools/networking/whois/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:
 
 stdenv.mkDerivation rec {
-  version = "5.4.0";
+  version = "5.4.1";
   name = "whois-${version}";
 
   src = fetchFromGitHub {
     owner = "rfc1036";
     repo = "whois";
     rev = "v${version}";
-    sha256 = "1n90qpy079x97a27zpckc0vnaqrdjsxgy0hsz0z8gbrc1sy30sdz";
+    sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
   };
 
   nativeBuildInputs = [ perl gettext pkgconfig ];