hcxdumptool: 6.0.5 -> 6.0.6
This commit is contained in:
parent
bcb05f050e
commit
a0ea22c3a0
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user