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

whois: 5.4.3 -> 5.5.0
This commit is contained in:
Maximilian Bosch 2019-08-06 15:50:41 +02:00 committed by GitHub
commit 13d766f8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.4.3";
version = "5.5.0";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "0rf6ggk9y6gvhyj6zcjvjsbksal8pczlw905h70mgylq20qy3jr4";
sha256 = "0h6lvsz868533irx68vd3hjhwcz93zh88axfq0qzji5ndc0ks4qb";
};
nativeBuildInputs = [ perl gettext pkgconfig ];