Unverified Commit 245d0808 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

hcxdumptool: 6.3.5 -> 7.0.0 (#430303)

parents 4f724729 e802fbad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [