lol

hcxtools: 6.2.5 -> 6.2.7

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