whois: 5.5.17 -> 5.5.18

Changes: https://github.com/rfc1036/whois/compare/v5.5.17...v5.5.18
This commit is contained in:
Sergei Trofimovich 2023-08-02 22:37:53 +01:00
parent 0878b757bf
commit e9ebcec3b6

View file

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