Commit 3514dcfe authored by R. RyanTM's avatar R. RyanTM
Browse files

hcxdumptool: 7.0.1 -> 7.1.0

parent 9b1c0a40
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [