We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d384095 commit a6f33bdCopy full SHA for a6f33bd
1 file changed
pkgs/applications/science/biology/seqkit/default.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "seqkit";
8
- version = "2.3.1";
+ version = "2.4.0";
9
10
src = fetchFromGitHub {
11
owner = "shenwei356";
12
repo = "seqkit";
13
rev = "v${version}";
14
- sha256 = "sha256-2DWb6PIYT9VfJeqbZ9+E1jk/xJ2+h0GARKF6XWdMhkI=";
+ sha256 = "sha256-v2Z94UDuXnT7eVFX+uLSxXR34eIBzRm1bHwD7gO9SVA=";
15
};
16
17
- vendorSha256 = "sha256-RQNthtPYuOSCenA0hs5EhybimrftjEJlQNkfnKGXTiM=";
+ vendorHash = "sha256-dDMSwZnTWC60zvPDvUT+9T/mUUrhW0Itn87XO/+Ef2Q=";
18
19
meta = with lib; {
20
description = "cross-platform and ultrafast toolkit for FASTA/Q file manipulation";
0 commit comments