bowtie2: 2.3.4.3 -> 2.3.5 (#58014)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bowtie2/versions
This commit is contained in:
R. RyanTM 2019-03-30 16:37:38 -07:00 committed by xeji
parent c36f0fa602
commit 893abe12e8

View file

@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "bowtie2";
version = "2.3.4.3";
version = "2.3.5";
name = "${pname}-${version}";
src = fetchFromGitHub {
owner = "BenLangmead";
repo = pname;
rev = "v${version}";
sha256 = "1zl3cf327y2p7p03cavymbh7b00djc7lncfaqih33n96iy9q8ibp";
sha256 = "12v240wnbc541hl4z2fiymxd3bd6czazs13fjkygldflg48w45m0";
};
buildInputs = [ zlib tbb python perl ];