hcxdumptool: 7.0.1 -> 7.1.0

This commit is contained in:
R. Ryantm
2026-02-01 07:21:35 +00:00
parent 9b1c0a40ed
commit 3514dcfed2
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hcxdumptool";
version = "7.0.1";
version = "7.1.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxdumptool";
tag = finalAttrs.version;
hash = "sha256-ABbhhojg4PJlK7xwPW8m7ExQym6hrZmKBsqxnGrjA8A=";
hash = "sha256-54gKvOcmNxMND1iXJCgwtwT+PYntukVKtdT4dLwOOpI=";
};
buildInputs = [