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

whois: 5.5.3 -> 5.5.5
This commit is contained in:
Franz Pletz 2020-01-30 16:41:25 +00:00 committed by GitHub
commit c5b062d064
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, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "5.5.3"; version = "5.5.5";
pname = "whois"; pname = "whois";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rfc1036"; owner = "rfc1036";
repo = "whois"; repo = "whois";
rev = "v${version}"; rev = "v${version}";
sha256 = "099yvqng085f69k815961jnwk50nzmiknvhl1wwmji2hl36r160g"; sha256 = "01gni315lnkyrwd173fqw0c12qrisfb38wy066s2j85nq64a3nqv";
}; };
nativeBuildInputs = [ perl gettext pkgconfig ]; nativeBuildInputs = [ perl gettext pkgconfig ];