Skip to content

Commit

Permalink
whois: 5.5.1 -> 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetica9 authored and Jon committed Oct 8, 2019
1 parent 9651b3e commit c23f0c0
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 @@
{ stdenv, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:

stdenv.mkDerivation rec {
version = "5.5.1";
version = "5.5.2";
pname = "whois";

src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "05dbc58dgq5ln28pahififljdb19gqicwlcmnni0vw4ny4r7r9bg";
sha256 = "0587xvw0ifjrwxgisw0nfx7qykmkly1knfdghrpph9vicpzwsidw";
};

nativeBuildInputs = [ perl gettext pkgconfig ];
Expand Down

0 comments on commit c23f0c0

Please sign in to comment.