Merge pull request #49176 from dtzWill/update/whois-5.4.0
whois: 5.3.2 -> 5.4.0
This commit is contained in:
commit
d4d49e2839
@ -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.3.2";
|
version = "5.4.0";
|
||||||
name = "whois-${version}";
|
name = "whois-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rfc1036";
|
owner = "rfc1036";
|
||||||
repo = "whois";
|
repo = "whois";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1sd6jl349kz3bjwm8rx9kihxyd3d35cac4swla843vwzdpczsk5f";
|
sha256 = "1n90qpy079x97a27zpckc0vnaqrdjsxgy0hsz0z8gbrc1sy30sdz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl gettext pkgconfig ];
|
nativeBuildInputs = [ perl gettext pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user