Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #264993 from r-ryantm/auto-update/hcxtools

hcxtools: 6.3.1 -> 6.3.2

authored by Vlad M and committed by GitHub 7e78547e f73eb3e1

+2 -2
+2 -2
pkgs/tools/security/hcxtools/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "hcxtools"; 5 - version = "6.3.1"; 5 + version = "6.3.2"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ZerBea"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-EDTxzstQwQy7MSkdi1nQis8qEm8ZPblkeOkM8B48IRE="; 11 + sha256 = "sha256-ZEkuWGt2PGkFW1RXCyrUiew92N4ov35mMObHk1xD6uM="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ pkg-config ];