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

hcxtools: 6.2.9 -> 6.3.0
This commit is contained in:
Weijia Wang 2023-05-07 20:31:54 +03:00 committed by GitHub
commit 4e243a2e2b
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.2.9";
version = "6.3.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "sha256-oDAyK3/+X7fmaRoK4AUbczQJk+sHrNTeTfHcMoDFTjQ=";
sha256 = "sha256-p1G+Kxh0OfTRDTSBl2NxhRrQYsehGuCxmGU87CBjyW0=";
};
nativeBuildInputs = [ pkg-config ];