whois: 5.5.18 -> 5.5.19

Changes: https://github.com/rfc1036/whois/compare/v5.5.18...v5.5.19
This commit is contained in:
Sergei Trofimovich 2023-10-09 11:30:11 +01:00
parent 85f158659a
commit c1cfe33b7b

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.5.18";
version = "5.5.19";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
hash = "sha256-KHOKjblyCP1GykQehmxSKf7vP52wRRH6oz9WbE9fbCk=";
hash = "sha256-4mFn5cY7ipAU4vOiHC2s69fxYJwShQEQ1eA8t5JvOP0=";
};
nativeBuildInputs = [ perl gettext pkg-config ];