1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #25592 from mimadrid/update/whois-5.2.15

whois: 5.2.14 -> 5.2.15
This commit is contained in:
Franz Pletz 2017-05-08 09:13:56 +02:00 committed by GitHub
commit 547c51a2a2

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, perl, gettext }:
stdenv.mkDerivation rec {
version = "5.2.14";
version = "5.2.15";
name = "whois-${version}";
src = fetchFromGitHub {
owner = "rfc1036";
repo = "whois";
rev = "v${version}";
sha256 = "06nx295g03z7vzrrc3mhxikpw870zvkilrlxghd2rpcbm939iin5";
sha256 = "0via0ls9lqmzvbbfq4zyla7si45nvkhdx0f516739f9b1jmffj04";
};
buildInputs = [ perl gettext ];