Skip to content

Commit

Permalink
whois: 5.4.1 -> 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Mar 29, 2019
1 parent 106b52b commit 9ad0e9e
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.4.1";
version = "5.4.2";
name = "whois-${version}";

src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
sha256 = "17i9620gm100plza0qdzfx9nvkvgyb6jcc5g412y5r7wvh7q19mh";
};

nativeBuildInputs = [ perl gettext pkgconfig ];
Expand Down

0 comments on commit 9ad0e9e

Please sign in to comment.