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

hcxtools: 6.2.0 -> 6.2.4
This commit is contained in:
Bobby Rong 2021-09-18 10:48:41 +08:00 committed by GitHub
commit 4d84f48c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxtools";
version = "6.2.0";
version = "6.2.4";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "sha256-4/kqy0oIe2FdKWtVj11PAUbdWPcKmZ1aIxLx/Zw1E2w=";
sha256 = "sha256-C6nAZkkdtBSv4WDxoXPsHzcGglB8PEX3ioFaTydiHsU=";
};
nativeBuildInputs = [ pkg-config ];