whois: 5.515 -> 5.5.16

Changes: https://github.com/rfc1036/whois/compare/v5.5.15...v5.5.16
This commit is contained in:
Sergei Trofimovich 2023-03-03 07:57:24 +00:00
parent 0749042bfa
commit d3b87082bb

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.5.15";
version = "5.5.16";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "sha256-kx9Rl4w44zNDSfCMn5PEmQ1jP0Zxa/fYPlZPQnAp4xI=";
sha256 = "sha256-5SmybO8aZgimjCps8huSU6h1sKskSSENK2VCWt3ltgA=";
};
nativeBuildInputs = [ perl gettext pkg-config ];