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

whois: 5.5.12 -> 5.5.13
This commit is contained in:
Stig 2022-08-02 20:53:43 +02:00 committed by GitHub
commit 9545242e05
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.12";
version = "5.5.13";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "sha256-UJy71VKEKPYfRXZB2lJiy6Ua6BkGW9Uz0zXciZC4oJE=";
sha256 = "sha256-Qd1tPRKbiTNmsOdawxQhJO1ykEA1VdAAXeBPPVlXwvI=";
};
nativeBuildInputs = [ perl gettext pkg-config ];