Merge pull request #137974 from r-ryantm/auto-update/bowtie

bowtie: 1.3.0 -> 1.3.1
This commit is contained in:
figsoda 2021-09-17 22:52:43 -04:00 committed by GitHub
commit 0e575a459e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bowtie";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "BenLangmead";
repo = pname;
rev = "v${version}";
sha256 = "0da2kzyfsn6xv8mlqsv2vv7k8g0c9d2vgqzq8yqk888yljdzcrjp";
sha256 = "sha256-mWItmrTMPst/NnzSpxxTHcBztDqHPCza9yOsZPwp7G4=";
};
buildInputs = [ zlib ];