3
0
Fork 0
forked from mirrors/nixpkgs

whois: 5.5.10 -> 5.5.11

This commit is contained in:
R. Ryantm 2022-01-11 05:53:12 +00:00
parent 1278e9de0b
commit 2fe15274ec

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, perl, gettext, pkg-config, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.5.10";
version = "5.5.11";
pname = "whois";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "179hgmh9yqk8jq26ybik4cr3lgryd5p6kdwccc3r7mfssk3yp8lz";
sha256 = "sha256-+fNld+stSniuQV2zx+Qd4s2ZSwNLmnve/tXg36MC2nM=";
};
nativeBuildInputs = [ perl gettext pkg-config ];