whois: 5.4.1 -> 5.4.2

https://github.com/rfc1036/whois/blob/v5.4.2/debian/changelog
This commit is contained in:
Will Dietz 2019-03-29 11:38:18 -05:00
parent 106b52bac0
commit 9ad0e9ed55

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, perl, gettext, pkgconfig, libidn2, libiconv }:
stdenv.mkDerivation rec {
version = "5.4.1";
version = "5.4.2";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "01pfil456q3241awilszx5iq1x6kr1rddkraj8yyxyab45l2ssk9";
sha256 = "17i9620gm100plza0qdzfx9nvkvgyb6jcc5g412y5r7wvh7q19mh";
};
nativeBuildInputs = [ perl gettext pkgconfig ];