hcxtools: 6.2.5 -> 6.2.7

This commit is contained in:
R. Ryantm 2022-07-28 14:01:52 +00:00
parent 2d9b7cb5f0
commit 441c922aa4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hcxtools";
version = "6.2.5";
version = "6.2.7";
src = fetchFromGitHub {
owner = "ZerBea";
repo = pname;
rev = version;
sha256 = "sha256-f8QNP4ApBdgZooeWOs4Om2LtIFoiBbe1ZfCzokyzs0I=";
sha256 = "sha256-C9Vh8PEbxNm+8KnE6F++2CzvDwAzG/AGBYYTwFZvwBA=";
};
nativeBuildInputs = [ pkg-config ];