Merge pull request #94503 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.0.7 -> 6.1.0
This commit is contained in:
commit
edc0229672
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue