Merge pull request #43649 from dtzWill/update/whois-5.3.2

whois: 5.3.1 -> 5.3.2
This commit is contained in:
Will Dietz 2018-07-17 09:15:51 -05:00 committed by GitHub
commit ed31b92d9d
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.1";
version = "5.3.2";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "1xqvcsh70590bwmy37kwlwyl0rvnlqx987km3mnij93q4kvabg5n";
sha256 = "1sd6jl349kz3bjwm8rx9kihxyd3d35cac4swla843vwzdpczsk5f";
};
nativeBuildInputs = [ perl gettext pkgconfig ];