Merge pull request #246857 from trofi/whois-update

whois: 5.5.17 -> 5.5.18
This commit is contained in:
Mario Rodas 2023-08-05 09:52:31 -05:00 committed by GitHub
commit 8deb0c651d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];