Merge pull request #201168 from fpletz/pkg/whois-5.5.14

authored by Martin Weinelt and committed by GitHub bd47af6a 11aeeaeb

+2 -2
+2 -2
pkgs/tools/networking/whois/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "5.5.13"; 4 + version = "5.5.14"; 5 5 pname = "whois"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rfc1036"; 9 9 repo = "whois"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-Qd1tPRKbiTNmsOdawxQhJO1ykEA1VdAAXeBPPVlXwvI="; 11 + sha256 = "sha256-UTUsuu/CGWhx9zYr7ppnJd7pumb6nGEyVwtJwC0loZ0="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ perl gettext pkg-config ];