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

hcxdumptool: 6.3.0 -> 6.3.1
This commit is contained in:
Weijia Wang 2023-07-04 16:45:26 +03:00 committed by GitHub
commit e8b059d8b5
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.3.0";
version = "6.3.1";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
rev = version;
sha256 = "sha256-29AG5vzWgVOzJvlx1TiYA/veXaQvOwfHa8QYq+qMnq0=";
sha256 = "sha256-FWBr0uDpefu2MCWQZrMfPJ/MUJcmk9fWMzhtTDmC0L0=";
};
buildInputs = [ openssl ];