Merge pull request #54712 from dtzWill/update/whois-5.4.1
whois: 5.4.0 -> 5.4.1
This commit is contained in:
commit
9bbb7d01c5
@ -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.4.0";
|
version = "5.4.1";
|
||||||
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 = "1n90qpy079x97a27zpckc0vnaqrdjsxgy0hsz0z8gbrc1sy30sdz";
|
sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ perl gettext pkgconfig ];
|
nativeBuildInputs = [ perl gettext pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user