hcxtools: 5.2.0 -> 5.2.2 (#69600)

hcxtools: 5.2.0 -> 5.2.2
This commit is contained in:
Vladyslav M 2019-09-27 09:22:23 +03:00 committed by GitHub
commit 8e1418875a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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