hcxtools: 6.3.5 -> 7.0.0

This commit is contained in:
R. Ryantm 2025-08-02 07:21:34 +00:00
parent dc80fe1e87
commit 522f66c1dd

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "hcxtools";
version = "6.3.5";
version = "7.0.0";
src = fetchFromGitHub {
owner = "ZerBea";
repo = "hcxtools";
rev = version;
sha256 = "sha256-8VfGiIXl/F2wgCMuS3+lt9sT/re9YgoRKwzgSHCir04=";
sha256 = "sha256-gL1OnNtd6cqW0kM3w2wHc0UU3JvC6H2kQg1aBDaN11U=";
};
nativeBuildInputs = [ pkg-config ];