hcxdumptool: 6.0.6 -> 6.0.7

This commit is contained in:
R. RyanTM 2020-06-26 11:28:32 +00:00
parent 679136e252
commit 0377a8469d

View File

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