Merge pull request #74699 from r-ryantm/auto-update/whois

whois: 5.5.2 -> 5.5.3
This commit is contained in:
markuskowa 2019-11-30 12:45:26 +01:00 committed by GitHub
commit 13d6761301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.5.2";
version = "5.5.3";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "0587xvw0ifjrwxgisw0nfx7qykmkly1knfdghrpph9vicpzwsidw";
sha256 = "099yvqng085f69k815961jnwk50nzmiknvhl1wwmji2hl36r160g";
};
nativeBuildInputs = [ perl gettext pkgconfig ];