Unverified Commit 92f88cf3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

hcxdumptool: 7.0.1 -> 7.1.0 (#485858)

parents c1a23c93 3514dcfe
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 = [