seqtk: 1.3 -> 1.4

This commit is contained in:
R. Ryantm 2023-05-28 06:48:51 +00:00
parent 73960c6586
commit bebbc418d4

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "seqtk";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "lh3";
repo = "seqtk";
rev = "v${version}";
hash = "sha256-1Hw/lnoFQumuEJg1n2C6vnWkBa+VLiEiDrosghSm360=";
hash = "sha256-W6IUn7R9tlnWrKe/qOHJL+43AL4EZB7zj7M5u9l83WE=";
};
buildInputs = [ zlib libdeflate isa-l ];