Merge pull request #74699 from r-ryantm/auto-update/whois
whois: 5.5.2 -> 5.5.3
This commit is contained in:
commit
13d6761301
@ -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.2";
|
version = "5.5.3";
|
||||||
pname = "whois";
|
pname = "whois";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfc1036";
|
owner = "rfc1036";
|
||||||
repo = "whois";
|
repo = "whois";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0587xvw0ifjrwxgisw0nfx7qykmkly1knfdghrpph9vicpzwsidw";
|
sha256 = "099yvqng085f69k815961jnwk50nzmiknvhl1wwmji2hl36r160g";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl gettext pkgconfig ];
|
nativeBuildInputs = [ perl gettext pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user