Merge pull request #66972 from dtzWill/update/whois-5.5.1

whois: 5.5.0 -> 5.5.1
This commit is contained in:
Marek Mahut 2019-08-19 23:19:08 +02:00 committed by GitHub
commit f6b4b33e40
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.5.0";
version = "5.5.1";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "0h6lvsz868533irx68vd3hjhwcz93zh88axfq0qzji5ndc0ks4qb";
sha256 = "05dbc58dgq5ln28pahififljdb19gqicwlcmnni0vw4ny4r7r9bg";
};
nativeBuildInputs = [ perl gettext pkgconfig ];