Merge pull request #91595 from r-ryantm/auto-update/hcxtools

hcxtools: 6.0.2 -> 6.0.3
This commit is contained in:
Vladyslav M 2020-06-26 19:41:30 +03:00 committed by GitHub
commit 729fe8d5b1
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 = "6.0.2";
version = "6.0.3";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "0a36184igdgs2h83zr4zihc5acps91ipmgph37jakvzwrsn64ma6";
sha256 = "0s9l5mvzcv6hnj7h28piabnm66b09hk2l57vb85ny35w99hzpkc0";
};
buildInputs = [ curl openssl zlib ];