Skip to content

Commit 4c2324c

Browse files
committed
diamond: 2.1.5 -> 2.1.6
1 parent 6664a6b commit 4c2324c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "diamond";
5-
version = "2.1.5";
5+
version = "2.1.6";
66

77
src = fetchFromGitHub {
88
owner = "bbuchfink";
99
repo = "diamond";
1010
rev = "v${version}";
11-
sha256 = "sha256-ud11GNuDL1HDNaAzkNB/ebuPJR4wgWYy49zBr93BtSo=";
11+
sha256 = "sha256-2FxJTF/fF/Xi0TglXDlf3sSwncv2f6gc129nTbk8YU0=";
1212
};
1313

1414

0 commit comments

Comments
 (0)