whois: 5.5.13 -> 5.5.14

This commit is contained in:
Franz Pletz
2022-11-14 12:15:54 +01:00
parent 03e5bc14bc
commit 2f1ca6e27f
+2 -2
View File
@@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.5.13";
version = "5.5.14";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "sha256-Qd1tPRKbiTNmsOdawxQhJO1ykEA1VdAAXeBPPVlXwvI=";
sha256 = "sha256-UTUsuu/CGWhx9zYr7ppnJd7pumb6nGEyVwtJwC0loZ0=";
};
nativeBuildInputs = [ perl gettext pkg-config ];