Merge pull request #230598 from r-ryantm/auto-update/whois

whois: 5.5.16 -> 5.5.17
This commit is contained in:
Weijia Wang 2023-05-08 09:16:34 +03:00 committed by GitHub
commit 8fb30e1471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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