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

hcxdumptool: 6.1.3 -> 6.1.4
This commit is contained in:
Mario Rodas 2020-12-04 22:31:41 -05:00 committed by GitHub
commit bec1a61357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hcxdumptool"; pname = "hcxdumptool";
version = "6.1.3"; version = "6.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ZerBea"; owner = "ZerBea";
repo = "hcxdumptool"; repo = "hcxdumptool";
rev = version; rev = version;
sha256 = "1bbf617islljmcw665vqwlplbkpa36w2n4fc4avy7blj773lxp6y"; sha256 = "14rwcchqpsxyzvk086d7wbi5qlcxj4jcmafzgvkwzrpbspqh8p24";
}; };
buildInputs = [ openssl ]; buildInputs = [ openssl ];