Merge pull request #234572 from r-ryantm/auto-update/seqtk

seqtk: 1.3 -> 1.4
This commit is contained in:
figsoda 2023-05-28 10:03:37 -04:00 committed by GitHub
commit 4e1b566701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];