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

hcxdumptool: 6.0.5 -> 6.0.6
This commit is contained in:
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

View File

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