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

hcxdumptool: 6.1.4 -> 6.3.0
This commit is contained in:
Weijia Wang 2023-05-09 12:15:58 +03:00 committed by GitHub
commit c4c49e4422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxdumptool";
version = "6.1.4";
version = "6.3.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
rev = version;
sha256 = "14rwcchqpsxyzvk086d7wbi5qlcxj4jcmafzgvkwzrpbspqh8p24";
sha256 = "sha256-29AG5vzWgVOzJvlx1TiYA/veXaQvOwfHa8QYq+qMnq0=";
};
buildInputs = [ openssl ];