Skip to content

Commit a6f33bd

Browse files
committed
seqkit: 2.3.1 -> 2.4.0
1 parent d384095 commit a6f33bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/applications/science/biology/seqkit/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "seqkit";
8-
version = "2.3.1";
8+
version = "2.4.0";
99

1010
src = fetchFromGitHub {
1111
owner = "shenwei356";
1212
repo = "seqkit";
1313
rev = "v${version}";
14-
sha256 = "sha256-2DWb6PIYT9VfJeqbZ9+E1jk/xJ2+h0GARKF6XWdMhkI=";
14+
sha256 = "sha256-v2Z94UDuXnT7eVFX+uLSxXR34eIBzRm1bHwD7gO9SVA=";
1515
};
1616

17-
vendorSha256 = "sha256-RQNthtPYuOSCenA0hs5EhybimrftjEJlQNkfnKGXTiM=";
17+
vendorHash = "sha256-dDMSwZnTWC60zvPDvUT+9T/mUUrhW0Itn87XO/+Ef2Q=";
1818

1919
meta = with lib; {
2020
description = "cross-platform and ultrafast toolkit for FASTA/Q file manipulation";

0 commit comments

Comments
 (0)