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

whois: 5.3.0 -> 5.3.1
This commit is contained in:
Yegor Timoshenko 2018-06-11 05:27:59 +03:00 committed by GitHub
commit da038b1bfc
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.0";
version = "5.3.1";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "01pfl1ap62hc27574sx1a4yaaf7hr2zkksspn5z97sgacl6h1rnf";
sha256 = "1xqvcsh70590bwmy37kwlwyl0rvnlqx987km3mnij93q4kvabg5n";
};
nativeBuildInputs = [ perl gettext pkgconfig ];