Skip to content

Commit

Permalink
whois: 5.5.8 -> 5.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jul 28, 2021
1 parent 4ecfa58 commit 29db82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/whois/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:

stdenv.mkDerivation rec {
version = "5.5.8";
version = "5.5.10";
pname = "whois";

src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "sha256-WSAqJMVeHkcqzcgwvFKKBXJiIfKXBQr2mjioG7CgkIo=";
sha256 = "179hgmh9yqk8jq26ybik4cr3lgryd5p6kdwccc3r7mfssk3yp8lz";
};

nativeBuildInputs = [ perl gettext pkg-config ];
Expand Down

0 comments on commit 29db82b

Please sign in to comment.