Unverified Commit 5e3b611a authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

Merge pull request #291489 from r-ryantm/auto-update/hcxtools

hcxtools: 6.3.2 -> 6.3.4
parents 7dd3d6c1 1021e65f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "hcxtools";
  version = "6.3.2";
  version = "6.3.4";

  src = fetchFromGitHub {
    owner = "ZerBea";
    repo = pname;
    rev = version;
    sha256 = "sha256-ZEkuWGt2PGkFW1RXCyrUiew92N4ov35mMObHk1xD6uM=";
    sha256 = "sha256-03NPzSThmUPAEg5dBr2QkwaXPgGeu/lEe9nqhY8EkyA=";
  };

  nativeBuildInputs = [ pkg-config ];