Merge pull request #281665 from r-ryantm/auto-update/bowtie2

bowtie2: 2.5.2 -> 2.5.3
This commit is contained in:
Weijia Wang
2024-02-04 22:35:03 +01:00
committed by GitHub
@@ -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