mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
whois: 5.2.16 -> 5.2.17
This commit is contained in:
parent
86eb01778d
commit
b68fdfb619
@ -1,14 +1,14 @@
|
||||
{ stdenv, fetchFromGitHub, perl, gettext }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "5.2.16";
|
||||
version = "5.2.17";
|
||||
name = "whois-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rfc1036";
|
||||
repo = "whois";
|
||||
rev = "v${version}";
|
||||
sha256 = "1axkj3xp8ryw94ml8lkqgpdqkv56aygbyv18kynf2bcglxildyvv";
|
||||
sha256 = "15jnzk0js8wxiapz1bw7jnck0fl3mcli56f9635z9x7vk63ss68z";
|
||||
};
|
||||
|
||||
buildInputs = [ perl gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user