Merge pull request #58550 from dtzWill/update/whois-5.4.2

whois: 5.4.1 -> 5.4.2
This commit is contained in:
Florian Klink 2019-03-30 01:14:14 +01:00 committed by GitHub
commit 47f2f8ec85
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.1";
version = "5.4.2";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
sha256 = "17i9620gm100plza0qdzfx9nvkvgyb6jcc5g412y5r7wvh7q19mh";
};
nativeBuildInputs = [ perl gettext pkgconfig ];