Commit 421d0397 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

hcxdumptool: 6.3.1 -> 6.3.2

parent c0785480
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "hcxdumptool";
  version = "6.3.1";
  version = "6.3.2";

  src = fetchFromGitHub {
    owner = "ZerBea";
    repo = "hcxdumptool";
    rev = version;
    sha256 = "sha256-FWBr0uDpefu2MCWQZrMfPJ/MUJcmk9fWMzhtTDmC0L0=";
    sha256 = "sha256-InMyDUEH135Y1RYJ3z1+RQxPMi7+QMf670S/S2ZL9vg=";
  };

  buildInputs = [ openssl ];