Unverified Commit 7e78547e authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

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

hcxtools: 6.3.1 -> 6.3.2
parents f73eb3e1 0309f1b2
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.1";
  version = "6.3.2";

  src = fetchFromGitHub {
    owner = "ZerBea";
    repo = pname;
    rev = version;
    sha256 = "sha256-EDTxzstQwQy7MSkdi1nQis8qEm8ZPblkeOkM8B48IRE=";
    sha256 = "sha256-ZEkuWGt2PGkFW1RXCyrUiew92N4ov35mMObHk1xD6uM=";
  };

  nativeBuildInputs = [ pkg-config ];