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

hcxtools: 6.3.1 -> 6.3.2
This commit is contained in:
Vlad M 2023-11-05 10:53:24 +02:00 committed by GitHub
commit 7e78547e35
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.3.1";
version = "6.3.2";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "sha256-EDTxzstQwQy7MSkdi1nQis8qEm8ZPblkeOkM8B48IRE=";
sha256 = "sha256-ZEkuWGt2PGkFW1RXCyrUiew92N4ov35mMObHk1xD6uM=";
};
nativeBuildInputs = [ pkg-config ];