hcxtools: 5.2.2 -> 5.3.0 (#76264)

hcxtools: 5.2.2 -> 5.3.0
This commit is contained in:
Vladyslav M 2019-12-23 23:58:53 +02:00 committed by GitHub
commit 12fe4154e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxtools";
version = "5.2.2";
version = "5.3.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "0jschcjk9z9s3q2f7qcb4nmjmyipar3f0yqbrgmbg3jpgamahykn";
sha256 = "1pqvxncpcnwxs89imma01ry30bz7cjifm8wz1s80yclkxxf80php";
};
buildInputs = [ curl openssl zlib ];