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

hcxdumptool: 6.1.0 -> 6.1.1
This commit is contained in:
Ryan Mulligan 2020-08-10 13:29:47 -07:00 committed by GitHub
commit 372735e88e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hcxdumptool"; pname = "hcxdumptool";
version = "6.1.0"; version = "6.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZerBea"; owner = "ZerBea";
repo = "hcxdumptool"; repo = "hcxdumptool";
rev = version; rev = version;
sha256 = "10dhv8lgsciw6w9r328k50pv1ldldf9wikplgh0dq98djlf0l961"; sha256 = "0v6dq6x2mrmavazknmhb08ks53773sll367anfrrramild8350bh";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];