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

hcxtools: 6.2.4 -> 6.2.5
This commit is contained in:
Vlad M 2021-12-11 09:19:21 +02:00 committed by GitHub
commit 3175a66dad
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.4";
version = "6.2.5";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "sha256-C6nAZkkdtBSv4WDxoXPsHzcGglB8PEX3ioFaTydiHsU=";
sha256 = "sha256-f8QNP4ApBdgZooeWOs4Om2LtIFoiBbe1ZfCzokyzs0I=";
};
nativeBuildInputs = [ pkg-config ];