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

hcxdumptool: 6.1.1 -> 6.1.2
This commit is contained in:
Ryan Mulligan 2020-09-25 17:36:20 -07:00 committed by GitHub
commit b97fa2ac57
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.1";
version = "6.1.2";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
rev = version;
sha256 = "0v6dq6x2mrmavazknmhb08ks53773sll367anfrrramild8350bh";
sha256 = "0y73a5p23rg4zx6vkgpq1p3j2dzqcvzwn1ymswfkqm5zihbi17d7";
};
buildInputs = [ openssl ];