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

hcxdumptool: 6.0.7 -> 6.1.0
gstqt5
Ryan Mulligan 2020-08-02 17:05:04 -07:00 committed by GitHub
commit edc0229672
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 { stdenv.mkDerivation rec {
pname = "hcxdumptool"; pname = "hcxdumptool";
version = "6.0.7"; version = "6.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZerBea"; owner = "ZerBea";
repo = "hcxdumptool"; repo = "hcxdumptool";
rev = version; rev = version;
sha256 = "14w4f63nrcwhqj753rjif9cgs1xh1r1619827p69dz0v2x3xdvn1"; sha256 = "10dhv8lgsciw6w9r328k50pv1ldldf9wikplgh0dq98djlf0l961";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];