Merge pull request #266665 from r-ryantm/auto-update/seqkit
seqkit: 2.5.1 -> 2.6.0
This commit is contained in:
commit
e420273763
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user