Skip to content

Commit

Permalink
Merge pull request #58550 from dtzWill/update/whois-5.4.2
Browse files Browse the repository at this point in the history
whois: 5.4.1 -> 5.4.2
  • Loading branch information
flokli committed Mar 30, 2019
2 parents a6abf97 + 9ad0e9e commit 47f2f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/whois/default.nix
@@ -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 47f2f8e

Please sign in to comment.