bowtie2: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2024-01-18 01:41:31 +00:00
parent d544ea1479
commit bc380d82a0

View File

@ -12,14 +12,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "bowtie2";
version = "2.5.2";
version = "2.5.3";
src = fetchFromGitHub {
owner = "BenLangmead";
repo = "bowtie2";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-rWeopeYuCk9ZhJX2SFCcxZWcjXjjTiVRiwkzLQcIgd0=";
hash = "sha256-vjJRA9KFfJChxxg2wxBkwsnDw7fx5SNH3JhRXQw+7XA=";
};
# because of this flag, gcc on aarch64 cannot find the Threads