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

hcxdumptool: 6.0.5 -> 6.0.6
gstqt5
Ryan Mulligan 2020-05-24 16:27:06 -07:00 committed by GitHub
commit 08b229bde0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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