Merge pull request #54712 from dtzWill/update/whois-5.4.1

whois: 5.4.0 -> 5.4.1
This commit is contained in:
Jörg Thalheim 2019-01-27 18:30:00 +00:00 committed by GitHub
commit 9bbb7d01c5
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.4.0";
version = "5.4.1";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "1n90qpy079x97a27zpckc0vnaqrdjsxgy0hsz0z8gbrc1sy30sdz";
sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
};
nativeBuildInputs = [ perl gettext pkgconfig ];