Merge pull request #91594 from r-ryantm/auto-update/hcxdumptool

hcxdumptool: 6.0.6 -> 6.0.7
This commit is contained in:
Ryan Mulligan 2020-06-27 04:54:36 -07:00 committed by GitHub
commit f90be5f8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxdumptool";
version = "6.0.6";
version = "6.0.7";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
rev = version;
sha256 = "1b4d543y64ib92w9gcmiyjn5hz2vyjqmxk3f3yr1zk04fhw16gmf";
sha256 = "14w4f63nrcwhqj753rjif9cgs1xh1r1619827p69dz0v2x3xdvn1";
};
buildInputs = [ openssl ];