hcxdumptool: 6.3.5 -> 7.0.0

This commit is contained in:
R. Ryantm 2025-08-02 07:26:33 +00:00
parent dc80fe1e87
commit e802fbad73

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hcxdumptool";
version = "6.3.5";
version = "7.0.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
tag = finalAttrs.version;
hash = "sha256-PA4nbjg4ybWvZZ7wbsh+OR/wEEVm5qu5OfM9EO3HBYs=";
hash = "sha256-emSIUSE8r0PX1qhkuIQcyh9+rBB+jBA6pmt+n4WugWk=";
};
buildInputs = [