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 6664a6b commit 4c2324cCopy full SHA for 4c2324c
1 file changed
pkgs/applications/science/biology/diamond/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "diamond";
5
- version = "2.1.5";
+ version = "2.1.6";
6
7
src = fetchFromGitHub {
8
owner = "bbuchfink";
9
repo = "diamond";
10
rev = "v${version}";
11
- sha256 = "sha256-ud11GNuDL1HDNaAzkNB/ebuPJR4wgWYy49zBr93BtSo=";
+ sha256 = "sha256-2FxJTF/fF/Xi0TglXDlf3sSwncv2f6gc129nTbk8YU0=";
12
};
13
14
0 commit comments