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