Merge pull request #49176 from dtzWill/update/whois-5.4.0

whois: 5.3.2 -> 5.4.0
This commit is contained in:
Silvan Mosberger 2018-10-26 23:00:17 +02:00 committed by GitHub
commit d4d49e2839
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.3.2";
version = "5.4.0";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "1sd6jl349kz3bjwm8rx9kihxyd3d35cac4swla843vwzdpczsk5f";
sha256 = "1n90qpy079x97a27zpckc0vnaqrdjsxgy0hsz0z8gbrc1sy30sdz";
};
nativeBuildInputs = [ perl gettext pkgconfig ];