Merge pull request #266665 from r-ryantm/auto-update/seqkit

seqkit: 2.5.1 -> 2.6.0
This commit is contained in:
Weijia Wang 2023-12-04 02:43:42 +01:00 committed by GitHub
commit e420273763
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "seqkit"; pname = "seqkit";
version = "2.5.1"; version = "2.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shenwei356"; owner = "shenwei356";
repo = "seqkit"; repo = "seqkit";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-aS8aTh8Lszob9It89shhKyqxCDjFs7zxE3VhMCHYaGM="; sha256 = "sha256-ahCLPYRRH6xIRFhgpjvnw7G1AIOfrkzLKPA8t9+k9gg=";
}; };
vendorHash = "sha256-54kb9Na76+CgW61SnXu7EfO0InH/rjliNRcH2M/gxII="; vendorHash = "sha256-OpLLJdwEW7UnMKr6r8+EDUlpiahfa5k9AkBqcd+SE5k=";
meta = with lib; { meta = with lib; {
description = "cross-platform and ultrafast toolkit for FASTA/Q file manipulation"; description = "cross-platform and ultrafast toolkit for FASTA/Q file manipulation";